#[repr(C)]
pub union RawDownstreamAttributes {
pub pci: RawDownstreamPCIAttributes,
}Expand description
Downstream device attributes
Fields§
§pci: RawDownstreamPCIAttributesPCI-specific attributes
Trait Implementations§
source§impl Clone for RawDownstreamAttributes
impl Clone for RawDownstreamAttributes
source§fn clone(&self) -> RawDownstreamAttributes
fn clone(&self) -> RawDownstreamAttributes
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 RawDownstreamAttributes
impl Debug for RawDownstreamAttributes
impl Copy for RawDownstreamAttributes
Auto Trait Implementations§
impl RefUnwindSafe for RawDownstreamAttributes
impl Send for RawDownstreamAttributes
impl Sync for RawDownstreamAttributes
impl Unpin for RawDownstreamAttributes
impl UnwindSafe for RawDownstreamAttributes
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