Enum Pfctrl
#[repr(u8)]pub enum Pfctrl {
Dma = 0,
Peripheral = 1,
}Variants§
Implementations§
Trait Implementations§
impl Copy for Pfctrl
impl Eq for Pfctrl
§impl Ord for Pfctrl
impl Ord for Pfctrl
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Pfctrl
impl PartialOrd for Pfctrl
impl StructuralPartialEq for Pfctrl
Auto Trait Implementations§
impl Freeze for Pfctrl
impl RefUnwindSafe for Pfctrl
impl Send for Pfctrl
impl Sync for Pfctrl
impl Unpin for Pfctrl
impl UnsafeUnpin for Pfctrl
impl UnwindSafe for Pfctrl
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