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