pub struct MmioResource { /* private fields */ }
Expand description
An implementation of fuchsia.kernel.MmioResource protocol.
Implementations§
Auto Trait Implementations§
impl Freeze for MmioResource
impl RefUnwindSafe for MmioResource
impl Send for MmioResource
impl Sync for MmioResource
impl Unpin for MmioResource
impl UnwindSafe for MmioResource
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