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