Struct windows::Win32::UI::Controls::CONTROLLABELSTATES
#[repr(transparent)]pub struct CONTROLLABELSTATES(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for CONTROLLABELSTATES
impl Clone for CONTROLLABELSTATES
§fn clone(&self) -> CONTROLLABELSTATES
fn clone(&self) -> CONTROLLABELSTATES
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 CONTROLLABELSTATES
impl Debug for CONTROLLABELSTATES
§impl Default for CONTROLLABELSTATES
impl Default for CONTROLLABELSTATES
§fn default() -> CONTROLLABELSTATES
fn default() -> CONTROLLABELSTATES
Returns the “default value” for a type. Read more
§impl PartialEq for CONTROLLABELSTATES
impl PartialEq for CONTROLLABELSTATES
§fn eq(&self, other: &CONTROLLABELSTATES) -> bool
fn eq(&self, other: &CONTROLLABELSTATES) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for CONTROLLABELSTATES
impl Eq for CONTROLLABELSTATES
impl StructuralPartialEq for CONTROLLABELSTATES
Auto Trait Implementations§
impl Freeze for CONTROLLABELSTATES
impl RefUnwindSafe for CONTROLLABELSTATES
impl Send for CONTROLLABELSTATES
impl Sync for CONTROLLABELSTATES
impl Unpin for CONTROLLABELSTATES
impl UnwindSafe for CONTROLLABELSTATES
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
)