Struct Ckmsel
#[repr(transparent)]pub struct Ckmsel(pub u8);
Tuple Fields§
§0: u8
Implementations§
Trait Implementations§
§impl Ord for Ckmsel
impl Ord for Ckmsel
§impl PartialOrd for Ckmsel
impl PartialOrd for Ckmsel
impl Copy for Ckmsel
impl Eq for Ckmsel
impl StructuralPartialEq for Ckmsel
Auto Trait Implementations§
impl Freeze for Ckmsel
impl RefUnwindSafe for Ckmsel
impl Send for Ckmsel
impl Sync for Ckmsel
impl Unpin for Ckmsel
impl UnwindSafe for Ckmsel
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