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