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