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