#[repr(u8)]pub enum VendorCapabilityType {
CommonCfg = 1,
NotifyCfg = 2,
IsrCfg = 3,
DeviceCfg = 4,
PciCfg = 5,
SharedMemoryCfg = 8,
VendorCfg = 9,
}
Variants§
Trait Implementations§
Source§impl Clone for VendorCapabilityType
impl Clone for VendorCapabilityType
Source§fn clone(&self) -> VendorCapabilityType
fn clone(&self) -> VendorCapabilityType
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 VendorCapabilityType
impl Debug for VendorCapabilityType
Source§impl PartialEq for VendorCapabilityType
impl PartialEq for VendorCapabilityType
impl Copy for VendorCapabilityType
impl StructuralPartialEq for VendorCapabilityType
Auto Trait Implementations§
impl Freeze for VendorCapabilityType
impl RefUnwindSafe for VendorCapabilityType
impl Send for VendorCapabilityType
impl Sync for VendorCapabilityType
impl Unpin for VendorCapabilityType
impl UnwindSafe for VendorCapabilityType
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