#[repr(transparent)]pub struct RxdList(pub u32);
Expand description
EasyDMA list type
Tuple Fields§
§0: u32
Implementations§
Source§impl RxdList
impl RxdList
Sourcepub const fn list(&self) -> RxdListList
pub const fn list(&self) -> RxdListList
List type
Sourcepub fn set_list(&mut self, val: RxdListList)
pub fn set_list(&mut self, val: RxdListList)
List type
Trait Implementations§
impl Copy for RxdList
impl Eq for RxdList
impl StructuralPartialEq for RxdList
Auto Trait Implementations§
impl Freeze for RxdList
impl RefUnwindSafe for RxdList
impl Send for RxdList
impl Sync for RxdList
impl Unpin for RxdList
impl UnwindSafe for RxdList
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
)