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