#[repr(C)]pub struct PciInfo {
pub bus: i64,
pub devices: *mut PciDeviceInfoList,
}Fields§
§bus: i64§devices: *mut PciDeviceInfoListTrait Implementations§
Auto Trait Implementations§
impl Freeze for PciInfo
impl RefUnwindSafe for PciInfo
impl !Send for PciInfo
impl !Sync for PciInfo
impl Unpin for PciInfo
impl UnwindSafe for PciInfo
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