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