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