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