pub struct VmbfsResolver;
Expand description
Resolver for the vmbfs device.
Trait Implementations§
Source§impl ResolveResource<VmbusDeviceHandleKind, VmbfsImcDeviceHandle> for VmbfsResolver
impl ResolveResource<VmbusDeviceHandleKind, VmbfsImcDeviceHandle> for VmbfsResolver
Auto Trait Implementations§
impl Freeze for VmbfsResolver
impl RefUnwindSafe for VmbfsResolver
impl Send for VmbfsResolver
impl Sync for VmbfsResolver
impl Unpin for VmbfsResolver
impl UnwindSafe for VmbfsResolver
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