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
§fn partial_cmp(&self, other: &Ds) -> Option<Ordering>
fn partial_cmp(&self, other: &Ds) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for Ds
impl Eq for Ds
impl StructuralEq for Ds
impl StructuralPartialEq for Ds
Auto Trait Implementations§
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