Enum stm32_metapac::saes::vals::Datatype
#[repr(u8)]pub enum Datatype {
NONE = 0,
HALFWORD = 1,
BYTE = 2,
BIT = 3,
}
Variants§
NONE = 0
No swapping (32-bit data).
HALFWORD = 1
Half-word swapping (16-bit data)
BYTE = 2
Byte swapping (8-bit data)
BIT = 3
Bit-level swapping
Implementations§
Trait Implementations§
§impl Ord for Datatype
impl Ord for Datatype
§impl PartialOrd for Datatype
impl PartialOrd for Datatype
impl Copy for Datatype
impl Eq for Datatype
impl StructuralPartialEq for Datatype
Auto Trait Implementations§
impl Freeze for Datatype
impl RefUnwindSafe for Datatype
impl Send for Datatype
impl Sync for Datatype
impl Unpin for Datatype
impl UnwindSafe for Datatype
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
)