pub struct BV8(u8);
Tuple Fields§
§0: u8
Implementations§
Trait Implementations§
Source§impl PartialOrd for BV8
impl PartialOrd for BV8
impl Copy for BV8
impl Eq for BV8
Auto Trait Implementations§
impl Freeze for BV8
impl RefUnwindSafe for BV8
impl Send for BV8
impl Sync for BV8
impl Unpin for BV8
impl UnwindSafe for BV8
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