Enum d1_pac::smhc::smhc_csdc::CRC_DET_PARA_A
source · #[repr(u8)]pub enum CRC_DET_PARA_A {
HS400 = 6,
OTHER = 3,
}
Expand description
Value on reset: 0
Variants§
Trait Implementations§
source§impl Clone for CRC_DET_PARA_A
impl Clone for CRC_DET_PARA_A
source§fn clone(&self) -> CRC_DET_PARA_A
fn clone(&self) -> CRC_DET_PARA_A
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for CRC_DET_PARA_A
impl Debug for CRC_DET_PARA_A
source§impl From<CRC_DET_PARA_A> for u8
impl From<CRC_DET_PARA_A> for u8
source§fn from(variant: CRC_DET_PARA_A) -> Self
fn from(variant: CRC_DET_PARA_A) -> Self
Converts to this type from the input type.
source§impl PartialEq for CRC_DET_PARA_A
impl PartialEq for CRC_DET_PARA_A
impl Copy for CRC_DET_PARA_A
impl Eq for CRC_DET_PARA_A
impl StructuralPartialEq for CRC_DET_PARA_A
Auto Trait Implementations§
impl Freeze for CRC_DET_PARA_A
impl RefUnwindSafe for CRC_DET_PARA_A
impl Send for CRC_DET_PARA_A
impl Sync for CRC_DET_PARA_A
impl Unpin for CRC_DET_PARA_A
impl UnwindSafe for CRC_DET_PARA_A
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§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
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
)