Struct windows::Win32::UI::TextServices::TfActiveSelEnd
#[repr(transparent)]pub struct TfActiveSelEnd(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for TfActiveSelEnd
impl Clone for TfActiveSelEnd
§fn clone(&self) -> TfActiveSelEnd
fn clone(&self) -> TfActiveSelEnd
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for TfActiveSelEnd
impl Debug for TfActiveSelEnd
§impl Default for TfActiveSelEnd
impl Default for TfActiveSelEnd
§fn default() -> TfActiveSelEnd
fn default() -> TfActiveSelEnd
Returns the “default value” for a type. Read more
§impl PartialEq for TfActiveSelEnd
impl PartialEq for TfActiveSelEnd
§fn eq(&self, other: &TfActiveSelEnd) -> bool
fn eq(&self, other: &TfActiveSelEnd) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for TfActiveSelEnd
impl Eq for TfActiveSelEnd
impl StructuralPartialEq for TfActiveSelEnd
Auto Trait Implementations§
impl Freeze for TfActiveSelEnd
impl RefUnwindSafe for TfActiveSelEnd
impl Send for TfActiveSelEnd
impl Sync for TfActiveSelEnd
impl Unpin for TfActiveSelEnd
impl UnwindSafe for TfActiveSelEnd
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)