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