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