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