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