Enum stm32_metapac::eth::vals::Da
#[repr(u8)]pub enum Da {
ROUNDROBIN = 0,
RXPRIORITY = 1,
}
Variants§
Implementations§
Trait Implementations§
§impl Ord for Da
impl Ord for Da
§impl PartialOrd for Da
impl PartialOrd for Da
impl Copy for Da
impl Eq for Da
impl StructuralPartialEq for Da
Auto Trait Implementations§
impl Freeze for Da
impl RefUnwindSafe for Da
impl Send for Da
impl Sync for Da
impl Unpin for Da
impl UnwindSafe for Da
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
)