Enum stm32_metapac::eth::vals::DmaomrSr
#[repr(u8)]pub enum DmaomrSr {
STOPPED = 0,
STARTED = 1,
}
Variants§
STOPPED = 0
Reception is stopped after transfer of the current frame
STARTED = 1
Reception is placed in the Running state
Implementations§
Trait Implementations§
§impl Ord for DmaomrSr
impl Ord for DmaomrSr
§impl PartialOrd for DmaomrSr
impl PartialOrd for DmaomrSr
impl Copy for DmaomrSr
impl Eq for DmaomrSr
impl StructuralPartialEq for DmaomrSr
Auto Trait Implementations§
impl Freeze for DmaomrSr
impl RefUnwindSafe for DmaomrSr
impl Send for DmaomrSr
impl Sync for DmaomrSr
impl Unpin for DmaomrSr
impl UnwindSafe for DmaomrSr
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
)