pub struct LeU16;Expand description
Trait Implementations§
Source§impl Ord for LeU16
impl Ord for LeU16
Source§impl PartialOrd for LeU16
impl PartialOrd for LeU16
impl Copy for LeU16
impl Eq for LeU16
impl StructuralPartialEq for LeU16
Auto Trait Implementations§
impl Freeze for LeU16
impl RefUnwindSafe for LeU16
impl Send for LeU16
impl Sync for LeU16
impl Unpin for LeU16
impl UnwindSafe for LeU16
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