Enum vm_resource::kind::VmbusDeviceHandleKind
source · pub enum VmbusDeviceHandleKind {}
Expand description
Resource kind for vmbus device handles.
Trait Implementations§
source§impl ResourceKind for VmbusDeviceHandleKind
impl ResourceKind for VmbusDeviceHandleKind
Auto Trait Implementations§
impl Freeze for VmbusDeviceHandleKind
impl RefUnwindSafe for VmbusDeviceHandleKind
impl Send for VmbusDeviceHandleKind
impl Sync for VmbusDeviceHandleKind
impl Unpin for VmbusDeviceHandleKind
impl UnwindSafe for VmbusDeviceHandleKind
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