#[repr(transparent)]pub struct Cv(pub u32);Expand description
Compare value register
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Cv
impl Eq for Cv
impl StructuralPartialEq for Cv
Auto Trait Implementations§
impl Freeze for Cv
impl RefUnwindSafe for Cv
impl Send for Cv
impl Sync for Cv
impl Unpin for Cv
impl UnwindSafe for Cv
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