Enum stm32_metapac::eth::vals::Mcp
#[repr(u8)]pub enum Mcp {
_RESERVED_0 = 0,
PRESET = 1,
}
Variants§
_RESERVED_0 = 0
PRESET = 1
MMC counters will be preset to almost full or almost half. Cleared automatically
Implementations§
Trait Implementations§
§impl Ord for Mcp
impl Ord for Mcp
§impl PartialOrd for Mcp
impl PartialOrd for Mcp
impl Copy for Mcp
impl Eq for Mcp
impl StructuralPartialEq for Mcp
Auto Trait Implementations§
impl Freeze for Mcp
impl RefUnwindSafe for Mcp
impl Send for Mcp
impl Sync for Mcp
impl Unpin for Mcp
impl UnwindSafe for Mcp
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
)