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