pub struct DmaWindow {
pub base: u32,
pub bounds: NonZeroU32,
}Expand description
Defines an accessible window by DMA from BIO cores. It’s a slice starting from base going for bounds
bytes.
Fields§
§base: u32§bounds: NonZeroU32Trait Implementations§
Auto Trait Implementations§
impl Freeze for DmaWindow
impl RefUnwindSafe for DmaWindow
impl Send for DmaWindow
impl Sync for DmaWindow
impl Unpin for DmaWindow
impl UnwindSafe for DmaWindow
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