pub enum VfioDeviceType {
Pci,
Platform,
}Variants§
Trait Implementations§
Source§impl Clone for VfioDeviceType
impl Clone for VfioDeviceType
Source§fn clone(&self) -> VfioDeviceType
fn clone(&self) -> VfioDeviceType
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for VfioDeviceType
impl Debug for VfioDeviceType
Source§impl PartialEq for VfioDeviceType
impl PartialEq for VfioDeviceType
impl Copy for VfioDeviceType
impl Eq for VfioDeviceType
impl StructuralPartialEq for VfioDeviceType
Auto Trait Implementations§
impl Freeze for VfioDeviceType
impl RefUnwindSafe for VfioDeviceType
impl Send for VfioDeviceType
impl Sync for VfioDeviceType
impl Unpin for VfioDeviceType
impl UnwindSafe for VfioDeviceType
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