#[repr(C)]pub struct PhysicalDevicePCIBusInfoPropertiesEXT {
pub sType: StructureType,
pub pNext: *mut c_void,
pub pciDomain: u32,
pub pciBus: u32,
pub pciDevice: u32,
pub pciFunction: u32,
}Fields§
§sType: StructureType§pNext: *mut c_void§pciDomain: u32§pciBus: u32§pciDevice: u32§pciFunction: u32Trait Implementations§
Source§impl Clone for PhysicalDevicePCIBusInfoPropertiesEXT
impl Clone for PhysicalDevicePCIBusInfoPropertiesEXT
Source§fn clone(&self) -> PhysicalDevicePCIBusInfoPropertiesEXT
fn clone(&self) -> PhysicalDevicePCIBusInfoPropertiesEXT
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 moreimpl Copy for PhysicalDevicePCIBusInfoPropertiesEXT
Auto Trait Implementations§
impl Freeze for PhysicalDevicePCIBusInfoPropertiesEXT
impl RefUnwindSafe for PhysicalDevicePCIBusInfoPropertiesEXT
impl !Send for PhysicalDevicePCIBusInfoPropertiesEXT
impl !Sync for PhysicalDevicePCIBusInfoPropertiesEXT
impl Unpin for PhysicalDevicePCIBusInfoPropertiesEXT
impl UnwindSafe for PhysicalDevicePCIBusInfoPropertiesEXT
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