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