pub enum PciHeaderType {
Device,
Bridge,
}Expand description
Represents the types of PCI headers allowed in the configuration registers.
Variants§
Trait Implementations§
Source§impl Clone for PciHeaderType
impl Clone for PciHeaderType
Source§fn clone(&self) -> PciHeaderType
fn clone(&self) -> PciHeaderType
Returns a duplicate 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 PciHeaderType
impl Debug for PciHeaderType
Source§impl PartialEq for PciHeaderType
impl PartialEq for PciHeaderType
impl Copy for PciHeaderType
impl Eq for PciHeaderType
impl StructuralPartialEq for PciHeaderType
Auto Trait Implementations§
impl Freeze for PciHeaderType
impl RefUnwindSafe for PciHeaderType
impl Send for PciHeaderType
impl Sync for PciHeaderType
impl Unpin for PciHeaderType
impl UnwindSafe for PciHeaderType
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