pub struct F16(pub u16);Tuple Fields§
§0: u16Implementations§
Trait Implementations§
Source§impl Ord for F16
impl Ord for F16
Source§impl PartialOrd for F16
impl PartialOrd for F16
impl Copy for F16
impl Eq for F16
impl Pod for F16
impl StructuralPartialEq for F16
Auto Trait Implementations§
impl Freeze for F16
impl RefUnwindSafe for F16
impl Send for F16
impl Sync for F16
impl Unpin for F16
impl UnwindSafe for F16
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