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