#[repr(C)]pub struct PciInfoList {
pub next: *mut PciInfoList,
pub value: *mut PciInfo,
}Fields§
§next: *mut PciInfoList§value: *mut PciInfoTrait Implementations§
Source§impl Clone for PciInfoList
impl Clone for PciInfoList
Source§fn clone(&self) -> PciInfoList
fn clone(&self) -> PciInfoList
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 moreSource§impl Debug for PciInfoList
impl Debug for PciInfoList
impl Copy for PciInfoList
Auto Trait Implementations§
impl Freeze for PciInfoList
impl RefUnwindSafe for PciInfoList
impl !Send for PciInfoList
impl !Sync for PciInfoList
impl Unpin for PciInfoList
impl UnwindSafe for PciInfoList
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