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