#[repr(C)]pub struct RawDownstreamPCIAttributes {
pub domain: PCIDomain,
pub secondary_bus: c_uchar,
pub subordinate_bus: c_uchar,
}Expand description
Downstream PCI device attributes
Fields§
§domain: PCIDomainDownstram domain
secondary_bus: c_ucharDownstream secondary bus
subordinate_bus: c_ucharDownstream subordinate bus
Trait Implementations§
source§impl Clone for RawDownstreamPCIAttributes
impl Clone for RawDownstreamPCIAttributes
source§fn clone(&self) -> RawDownstreamPCIAttributes
fn clone(&self) -> RawDownstreamPCIAttributes
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 RawDownstreamPCIAttributes
impl Debug for RawDownstreamPCIAttributes
source§impl Default for RawDownstreamPCIAttributes
impl Default for RawDownstreamPCIAttributes
source§fn default() -> RawDownstreamPCIAttributes
fn default() -> RawDownstreamPCIAttributes
Returns the “default value” for a type. Read more
source§impl Hash for RawDownstreamPCIAttributes
impl Hash for RawDownstreamPCIAttributes
source§impl PartialEq for RawDownstreamPCIAttributes
impl PartialEq for RawDownstreamPCIAttributes
source§fn eq(&self, other: &RawDownstreamPCIAttributes) -> bool
fn eq(&self, other: &RawDownstreamPCIAttributes) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for RawDownstreamPCIAttributes
impl Eq for RawDownstreamPCIAttributes
impl StructuralEq for RawDownstreamPCIAttributes
impl StructuralPartialEq for RawDownstreamPCIAttributes
Auto Trait Implementations§
impl RefUnwindSafe for RawDownstreamPCIAttributes
impl Send for RawDownstreamPCIAttributes
impl Sync for RawDownstreamPCIAttributes
impl Unpin for RawDownstreamPCIAttributes
impl UnwindSafe for RawDownstreamPCIAttributes
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