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