Struct simics_api_sys::bindings::pci_memory_transaction
source · #[repr(C)]pub struct pci_memory_transaction {
pub _internal_s: generic_transaction_t,
pub _internal_original_size: uint32,
pub _internal_bus_address: c_int,
pub _internal_bus_number: c_int,
pub _internal_device_number: c_int,
pub _internal_function_number: c_int,
pub _internal_tlp_prefix: uint32,
}
Fields§
§_internal_s: generic_transaction_t
§_internal_original_size: uint32
§_internal_bus_address: c_int
§_internal_bus_number: c_int
§_internal_device_number: c_int
§_internal_function_number: c_int
§_internal_tlp_prefix: uint32
Trait Implementations§
source§impl Clone for pci_memory_transaction
impl Clone for pci_memory_transaction
source§fn clone(&self) -> pci_memory_transaction
fn clone(&self) -> pci_memory_transaction
Returns a copy 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 pci_memory_transaction
impl Debug for pci_memory_transaction
source§impl Default for pci_memory_transaction
impl Default for pci_memory_transaction
source§impl Hash for pci_memory_transaction
impl Hash for pci_memory_transaction
source§impl Ord for pci_memory_transaction
impl Ord for pci_memory_transaction
source§fn cmp(&self, other: &pci_memory_transaction) -> Ordering
fn cmp(&self, other: &pci_memory_transaction) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for pci_memory_transaction
impl PartialEq for pci_memory_transaction
source§impl PartialOrd for pci_memory_transaction
impl PartialOrd for pci_memory_transaction
impl Copy for pci_memory_transaction
impl Eq for pci_memory_transaction
impl StructuralPartialEq for pci_memory_transaction
Auto Trait Implementations§
impl Freeze for pci_memory_transaction
impl RefUnwindSafe for pci_memory_transaction
impl !Send for pci_memory_transaction
impl !Sync for pci_memory_transaction
impl Unpin for pci_memory_transaction
impl UnwindSafe for pci_memory_transaction
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)