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