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