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