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