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