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