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