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