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