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