Struct Systicksel
#[repr(transparent)]pub struct Systicksel(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Systicksel
impl Systicksel
Trait Implementations§
§impl Clone for Systicksel
impl Clone for Systicksel
§fn clone(&self) -> Systicksel
fn clone(&self) -> Systicksel
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Ord for Systicksel
impl Ord for Systicksel
§impl PartialEq for Systicksel
impl PartialEq for Systicksel
§impl PartialOrd for Systicksel
impl PartialOrd for Systicksel
impl Copy for Systicksel
impl Eq for Systicksel
impl StructuralPartialEq for Systicksel
Auto Trait Implementations§
impl Freeze for Systicksel
impl RefUnwindSafe for Systicksel
impl Send for Systicksel
impl Sync for Systicksel
impl Unpin for Systicksel
impl UnwindSafe for Systicksel
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