#[repr(C)]pub struct physdev_pci_mmcfg_reserved {
pub address: u64,
pub segment: u16,
pub start_bus: u8,
pub end_bus: u8,
pub flags: u32,
}Fields§
§address: u64§segment: u16§start_bus: u8§end_bus: u8§flags: u32Trait Implementations§
Source§impl Clone for physdev_pci_mmcfg_reserved
impl Clone for physdev_pci_mmcfg_reserved
Source§fn clone(&self) -> physdev_pci_mmcfg_reserved
fn clone(&self) -> physdev_pci_mmcfg_reserved
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 physdev_pci_mmcfg_reserved
impl Debug for physdev_pci_mmcfg_reserved
Source§impl Default for physdev_pci_mmcfg_reserved
impl Default for physdev_pci_mmcfg_reserved
Source§fn default() -> physdev_pci_mmcfg_reserved
fn default() -> physdev_pci_mmcfg_reserved
Returns the “default value” for a type. Read more
impl Copy for physdev_pci_mmcfg_reserved
Auto Trait Implementations§
impl Freeze for physdev_pci_mmcfg_reserved
impl RefUnwindSafe for physdev_pci_mmcfg_reserved
impl Send for physdev_pci_mmcfg_reserved
impl Sync for physdev_pci_mmcfg_reserved
impl Unpin for physdev_pci_mmcfg_reserved
impl UnwindSafe for physdev_pci_mmcfg_reserved
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