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