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