#[repr(C)]pub struct PciDeviceInfoList {
pub next: *mut PciDeviceInfoList,
pub value: *mut PciDeviceInfo,
}Fields§
§next: *mut PciDeviceInfoList§value: *mut PciDeviceInfoTrait Implementations§
Source§impl Clone for PciDeviceInfoList
impl Clone for PciDeviceInfoList
Source§fn clone(&self) -> PciDeviceInfoList
fn clone(&self) -> PciDeviceInfoList
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PciDeviceInfoList
Auto Trait Implementations§
impl !Send for PciDeviceInfoList
impl !Sync for PciDeviceInfoList
impl Freeze for PciDeviceInfoList
impl RefUnwindSafe for PciDeviceInfoList
impl Unpin for PciDeviceInfoList
impl UnsafeUnpin for PciDeviceInfoList
impl UnwindSafe for PciDeviceInfoList
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