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