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