Enum stm32_metapac::eth::vals::Rd
#[repr(u8)]pub enum Rd {
ENABLED = 0,
DISABLED = 1,
}
Variants§
ENABLED = 0
MAC attempts retries based on the settings of BL
DISABLED = 1
MAC attempts only 1 transmission
Implementations§
Trait Implementations§
§impl Ord for Rd
impl Ord for Rd
§impl PartialOrd for Rd
impl PartialOrd for Rd
impl Copy for Rd
impl Eq for Rd
impl StructuralPartialEq for Rd
Auto Trait Implementations§
impl Freeze for Rd
impl RefUnwindSafe for Rd
impl Send for Rd
impl Sync for Rd
impl Unpin for Rd
impl UnwindSafe for Rd
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
)