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