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