Enum LdmaRx
#[repr(u8)]pub enum LdmaRx {
Even = 0,
Odd = 1,
}Variants§
Even = 0
Number of data to transfer for receive is even
Odd = 1
Number of data to transfer for receive is odd
Implementations§
Trait Implementations§
impl Copy for LdmaRx
impl Eq for LdmaRx
§impl Ord for LdmaRx
impl Ord for LdmaRx
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 LdmaRx
impl PartialOrd for LdmaRx
impl StructuralPartialEq for LdmaRx
Auto Trait Implementations§
impl Freeze for LdmaRx
impl RefUnwindSafe for LdmaRx
impl Send for LdmaRx
impl Sync for LdmaRx
impl Unpin for LdmaRx
impl UnsafeUnpin for LdmaRx
impl UnwindSafe for LdmaRx
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