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