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