pub struct SingleMapping {
pub handle: DmaHandle,
pub direction: Direction,
/* private fields */
}Fields§
§handle: DmaHandle§direction: DirectionImplementations§
Source§impl SingleMapping
impl SingleMapping
pub fn len(&self) -> usize
pub fn is_empty(&self) -> bool
pub fn prepare_read_all(&self)
pub fn confirm_write_all(&self)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SingleMapping
impl !RefUnwindSafe for SingleMapping
impl Send for SingleMapping
impl !Sync for SingleMapping
impl Unpin for SingleMapping
impl !UnwindSafe for SingleMapping
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