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