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