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