#[repr(u8)]pub enum Pdc2Reserved21 {
Interrupt = 0,
DmaReq = 1,
Trigger = 2,
Res = 3,
}Variants§
Interrupt = 0
Not supported.
DmaReq = 1
Not supported.
Trigger = 2
Not supported.
Res = 3
Not supported.
Implementations§
Trait Implementations§
Source§impl Clone for Pdc2Reserved21
impl Clone for Pdc2Reserved21
Source§fn clone(&self) -> Pdc2Reserved21
fn clone(&self) -> Pdc2Reserved21
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Pdc2Reserved21
impl Debug for Pdc2Reserved21
Source§impl From<Pdc2Reserved21> for u8
impl From<Pdc2Reserved21> for u8
Source§fn from(val: Pdc2Reserved21) -> u8
fn from(val: Pdc2Reserved21) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Pdc2Reserved21
impl From<u8> for Pdc2Reserved21
Source§fn from(val: u8) -> Pdc2Reserved21
fn from(val: u8) -> Pdc2Reserved21
Converts to this type from the input type.
Source§impl Ord for Pdc2Reserved21
impl Ord for Pdc2Reserved21
Source§fn cmp(&self, other: &Pdc2Reserved21) -> Ordering
fn cmp(&self, other: &Pdc2Reserved21) -> Ordering
1.21.0 · 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
Source§impl PartialEq for Pdc2Reserved21
impl PartialEq for Pdc2Reserved21
Source§impl PartialOrd for Pdc2Reserved21
impl PartialOrd for Pdc2Reserved21
impl Copy for Pdc2Reserved21
impl Eq for Pdc2Reserved21
impl StructuralPartialEq for Pdc2Reserved21
Auto Trait Implementations§
impl Freeze for Pdc2Reserved21
impl RefUnwindSafe for Pdc2Reserved21
impl Send for Pdc2Reserved21
impl Sync for Pdc2Reserved21
impl Unpin for Pdc2Reserved21
impl UnwindSafe for Pdc2Reserved21
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