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