pub struct MAXCNT { /* private fields */ }Expand description
Number of samples to allocate memory for in EasyDMA mode
Implementations§
Auto Trait Implementations§
impl !Freeze for MAXCNT
impl !RefUnwindSafe for MAXCNT
impl !Sync for MAXCNT
impl Send for MAXCNT
impl Unpin for MAXCNT
impl UnsafeUnpin for MAXCNT
impl UnwindSafe for MAXCNT
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