Enum stm32_metapac::eth::vals::Wd
#[repr(u8)]pub enum Wd {
ENABLED = 0,
DISABLED = 1,
}
Variants§
ENABLED = 0
Watchdog enabled, receive frames limited to 2048 bytes
DISABLED = 1
Watchdog disabled, receive frames may be up to to 16384 bytes
Implementations§
Trait Implementations§
§impl Ord for Wd
impl Ord for Wd
§impl PartialOrd for Wd
impl PartialOrd for Wd
impl Copy for Wd
impl Eq for Wd
impl StructuralPartialEq for Wd
Auto Trait Implementations§
impl Freeze for Wd
impl RefUnwindSafe for Wd
impl Send for Wd
impl Sync for Wd
impl Unpin for Wd
impl UnwindSafe for Wd
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
)