#[repr(transparent)]pub struct Lposh(pub u16);Expand description
Lower Position Hold Register
Tuple Fields§
§0: u16Implementations§
Trait Implementations§
impl Copy for Lposh
impl Eq for Lposh
impl StructuralPartialEq for Lposh
Auto Trait Implementations§
impl Freeze for Lposh
impl RefUnwindSafe for Lposh
impl Send for Lposh
impl Sync for Lposh
impl Unpin for Lposh
impl UnwindSafe for Lposh
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