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