Struct abyss::dev::mmio::ActiveMmioArea
source · #[repr(transparent)]pub struct ActiveMmioArea(_);
Expand description
Represent the activated mmio area.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ActiveMmioArea
impl Send for ActiveMmioArea
impl Sync for ActiveMmioArea
impl Unpin for ActiveMmioArea
impl UnwindSafe for ActiveMmioArea
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
const: unstable§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more