Struct maia_httpd::uio::Mapping
source · pub struct Mapping { /* private fields */ }
Expand description
UIO device mapping.
This struct corresponds to a memory-mapped IO region of an UIO device, and gives access to the region. Dropping this struct unmaps the region.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Mapping
impl !Send for Mapping
impl !Sync for Mapping
impl Unpin for Mapping
impl UnwindSafe for Mapping
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