Struct DLG_BUTTON_CHECK_STATE
#[repr(transparent)]pub struct DLG_BUTTON_CHECK_STATE(pub u32);
Tuple Fields§
§0: u32
Trait Implementations§
§impl Clone for DLG_BUTTON_CHECK_STATE
impl Clone for DLG_BUTTON_CHECK_STATE
§fn clone(&self) -> DLG_BUTTON_CHECK_STATE
fn clone(&self) -> DLG_BUTTON_CHECK_STATE
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 DLG_BUTTON_CHECK_STATE
impl Debug for DLG_BUTTON_CHECK_STATE
§impl Default for DLG_BUTTON_CHECK_STATE
impl Default for DLG_BUTTON_CHECK_STATE
§fn default() -> DLG_BUTTON_CHECK_STATE
fn default() -> DLG_BUTTON_CHECK_STATE
Returns the “default value” for a type. Read more
§impl PartialEq for DLG_BUTTON_CHECK_STATE
impl PartialEq for DLG_BUTTON_CHECK_STATE
impl Copy for DLG_BUTTON_CHECK_STATE
impl Eq for DLG_BUTTON_CHECK_STATE
impl StructuralPartialEq for DLG_BUTTON_CHECK_STATE
Auto Trait Implementations§
impl Freeze for DLG_BUTTON_CHECK_STATE
impl RefUnwindSafe for DLG_BUTTON_CHECK_STATE
impl Send for DLG_BUTTON_CHECK_STATE
impl Sync for DLG_BUTTON_CHECK_STATE
impl Unpin for DLG_BUTTON_CHECK_STATE
impl UnwindSafe for DLG_BUTTON_CHECK_STATE
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