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