#[repr(u8)]pub enum VredgDet {
NO_VREG_RE_INT = 0,
VREG_RE_INT_DETECTED = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for VredgDet
impl Ord for VredgDet
Source§impl PartialOrd for VredgDet
impl PartialOrd for VredgDet
impl Copy for VredgDet
impl Eq for VredgDet
impl StructuralPartialEq for VredgDet
Auto Trait Implementations§
impl Freeze for VredgDet
impl RefUnwindSafe for VredgDet
impl Send for VredgDet
impl Sync for VredgDet
impl Unpin for VredgDet
impl UnwindSafe for VredgDet
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