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