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