pub struct DmaBuffer {
pub buffer: MmapMut,
pub physical_address: u64,
pub size: u64,
}
Fields§
§buffer: MmapMut
§physical_address: u64
§size: u64
Auto Trait Implementations§
impl Freeze for DmaBuffer
impl RefUnwindSafe for DmaBuffer
impl Send for DmaBuffer
impl Sync for DmaBuffer
impl Unpin for DmaBuffer
impl UnwindSafe for DmaBuffer
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