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