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