Enum stm32_metapac::spi::vals::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 Ord for LdmaTx
impl Ord for LdmaTx
§impl PartialOrd for LdmaTx
impl PartialOrd for LdmaTx
impl Copy for LdmaTx
impl Eq 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 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)