#[repr(u8)]pub enum DpdOutrgf {
DPD_OUTRGF_0 = 0,
DPD_OUTRGF_1 = 1,
}Variants§
DPD_OUTRGF_0 = 0
the counter value is not out of range
DPD_OUTRGF_1 = 1
the counter value is out of range
Implementations§
Trait Implementations§
Source§impl Ord for DpdOutrgf
impl Ord for DpdOutrgf
Source§impl PartialOrd for DpdOutrgf
impl PartialOrd for DpdOutrgf
impl Copy for DpdOutrgf
impl Eq for DpdOutrgf
impl StructuralPartialEq for DpdOutrgf
Auto Trait Implementations§
impl Freeze for DpdOutrgf
impl RefUnwindSafe for DpdOutrgf
impl Send for DpdOutrgf
impl Sync for DpdOutrgf
impl Unpin for DpdOutrgf
impl UnwindSafe for DpdOutrgf
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