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