pub struct OwnedMcfg {
pub acpi_header: Header,
pub mcfg_header: McfgHeader,
pub segment_bus_ranges: Vec<McfgSegmentBusRange>,
}
Fields§
§acpi_header: Header
§mcfg_header: McfgHeader
§segment_bus_ranges: Vec<McfgSegmentBusRange>
Implementations§
Trait Implementations§
Source§impl From<BorrowedMcfg<'_>> for OwnedMcfg
impl From<BorrowedMcfg<'_>> for OwnedMcfg
Source§fn from(b: BorrowedMcfg<'_>) -> Self
fn from(b: BorrowedMcfg<'_>) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for OwnedMcfg
impl RefUnwindSafe for OwnedMcfg
impl Send for OwnedMcfg
impl Sync for OwnedMcfg
impl Unpin for OwnedMcfg
impl UnwindSafe for OwnedMcfg
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