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