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