Struct simics_api_sys::transaction_cache
source · #[repr(C)]pub struct transaction_cache {
pub _address: u8,
}
Fields§
§_address: u8
Trait Implementations§
source§impl Clone for transaction_cache
impl Clone for transaction_cache
source§fn clone(&self) -> transaction_cache
fn clone(&self) -> transaction_cache
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 transaction_cache
impl Debug for transaction_cache
source§impl Default for transaction_cache
impl Default for transaction_cache
source§fn default() -> transaction_cache
fn default() -> transaction_cache
Returns the “default value” for a type. Read more
source§impl Hash for transaction_cache
impl Hash for transaction_cache
source§impl Ord for transaction_cache
impl Ord for transaction_cache
source§fn cmp(&self, other: &transaction_cache) -> Ordering
fn cmp(&self, other: &transaction_cache) -> 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 transaction_cache
impl PartialEq for transaction_cache
source§impl PartialOrd for transaction_cache
impl PartialOrd for transaction_cache
impl Copy for transaction_cache
impl Eq for transaction_cache
impl StructuralPartialEq for transaction_cache
Auto Trait Implementations§
impl Freeze for transaction_cache
impl RefUnwindSafe for transaction_cache
impl Send for transaction_cache
impl Sync for transaction_cache
impl Unpin for transaction_cache
impl UnwindSafe for transaction_cache
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
)