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