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