pub struct SettingDMA {
pub add_periph: u32,
pub add_mem: u32,
pub nb_data: u16,
}
Fields§
§add_periph: u32
§add_mem: u32
§nb_data: u16
Implementations§
Source§impl SettingDMA
impl SettingDMA
Trait Implementations§
Source§impl Clone for SettingDMA
impl Clone for SettingDMA
Source§fn clone(&self) -> SettingDMA
fn clone(&self) -> SettingDMA
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for SettingDMA
Auto Trait Implementations§
impl Freeze for SettingDMA
impl RefUnwindSafe for SettingDMA
impl Send for SettingDMA
impl Sync for SettingDMA
impl Unpin for SettingDMA
impl UnwindSafe for SettingDMA
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