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