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