Enum stm32_metapac::sai::vals::Ds
#[repr(u8)]pub enum Ds {
_RESERVED_0 = 0,
_RESERVED_1 = 1,
BIT8 = 2,
BIT10 = 3,
BIT16 = 4,
BIT20 = 5,
BIT24 = 6,
BIT32 = 7,
}
Variants§
_RESERVED_0 = 0
_RESERVED_1 = 1
BIT8 = 2
8 bits
BIT10 = 3
10 bits
BIT16 = 4
16 bits
BIT20 = 5
20 bits
BIT24 = 6
24 bits
BIT32 = 7
32 bits
Implementations§
Trait Implementations§
§impl Ord for Ds
impl Ord for Ds
§impl PartialOrd for Ds
impl PartialOrd for Ds
impl Copy for Ds
impl Eq for Ds
impl StructuralPartialEq for Ds
Auto Trait Implementations§
impl Freeze for Ds
impl RefUnwindSafe for Ds
impl Send for Ds
impl Sync for Ds
impl Unpin for Ds
impl UnwindSafe for Ds
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
)