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