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