Enum stm32_metapac::eth::vals::Csd
#[repr(u8)]pub enum Csd {
ENABLED = 0,
DISABLED = 1,
}
Variants§
ENABLED = 0
Errors generated due to loss of carrier
DISABLED = 1
No error generated due to loss of carrier
Implementations§
Trait Implementations§
§impl Ord for Csd
impl Ord for Csd
§impl PartialOrd for Csd
impl PartialOrd for Csd
impl Copy for Csd
impl Eq for Csd
impl StructuralPartialEq for Csd
Auto Trait Implementations§
impl Freeze for Csd
impl RefUnwindSafe for Csd
impl Send for Csd
impl Sync for Csd
impl Unpin for Csd
impl UnwindSafe for Csd
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
)