Struct panda_sys::PciMemoryRegion [−][src]
#[repr(C)]pub struct PciMemoryRegion { pub bar: i64, pub type_: *mut c_char, pub address: i64, pub size: i64, pub has_prefetch: bool, pub prefetch: bool, pub has_mem_type_64: bool, pub mem_type_64: bool, }
Fields
bar: i64type_: *mut c_charaddress: i64size: i64has_prefetch: boolprefetch: boolhas_mem_type_64: boolmem_type_64: boolTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PciMemoryRegionimpl !Send for PciMemoryRegionimpl !Sync for PciMemoryRegionimpl Unpin for PciMemoryRegionimpl UnwindSafe for PciMemoryRegionBlanket Implementations
Mutably borrows from an owned value. Read more