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