Enum stm32_metapac::gpdma::vals::Dec
#[repr(u8)]pub enum Dec {
ADD = 0,
SUBTRACT = 1,
}
Variants§
ADD = 0
The address is incremented by the programmed offset.
SUBTRACT = 1
The address is decremented by the programmed offset.
Implementations§
Trait Implementations§
§impl Ord for Dec
impl Ord for Dec
§impl PartialOrd for Dec
impl PartialOrd for Dec
impl Copy for Dec
impl Eq for Dec
impl StructuralPartialEq for Dec
Auto Trait Implementations§
impl Freeze for Dec
impl RefUnwindSafe for Dec
impl Send for Dec
impl Sync for Dec
impl Unpin for Dec
impl UnwindSafe for Dec
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
)