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