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