#[repr(C, align(64))]struct DmaBuffer {
data: [u8; 2048],
}Fields§
§data: [u8; 2048]Auto Trait Implementations§
impl Freeze for DmaBuffer
impl RefUnwindSafe for DmaBuffer
impl Send for DmaBuffer
impl Sync for DmaBuffer
impl Unpin for DmaBuffer
impl UnsafeUnpin 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