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