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