#[repr(u8)]
pub enum SLOTSIZE_A {
_8,
_16,
_24,
_32,
}
Expand description
Slot Size
Value on reset: 0
Variants
_8
0: 8-bit Slot for Clock Unit n
_16
1: 16-bit Slot for Clock Unit n
_24
2: 24-bit Slot for Clock Unit n
_32
3: 32-bit Slot for Clock Unit n
Trait Implementations
sourceimpl Clone for SLOTSIZE_A
impl Clone for SLOTSIZE_A
sourcefn clone(&self) -> SLOTSIZE_A
fn clone(&self) -> SLOTSIZE_A
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for SLOTSIZE_A
impl Debug for SLOTSIZE_A
sourceimpl From<SLOTSIZE_A> for u8
impl From<SLOTSIZE_A> for u8
sourcefn from(variant: SLOTSIZE_A) -> Self
fn from(variant: SLOTSIZE_A) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<SLOTSIZE_A> for SLOTSIZE_A
impl PartialEq<SLOTSIZE_A> for SLOTSIZE_A
sourcefn eq(&self, other: &SLOTSIZE_A) -> bool
fn eq(&self, other: &SLOTSIZE_A) -> bool
impl Copy for SLOTSIZE_A
impl StructuralPartialEq for SLOTSIZE_A
Auto Trait Implementations
impl RefUnwindSafe for SLOTSIZE_A
impl Send for SLOTSIZE_A
impl Sync for SLOTSIZE_A
impl Unpin for SLOTSIZE_A
impl UnwindSafe for SLOTSIZE_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more