Struct simics_api_sys::controllable_cache_t
source · #[repr(C)]pub struct controllable_cache_t {
pub obj: *mut conf_object_t,
pub ifc: *const cache_control_interface_t,
}
Fields§
§obj: *mut conf_object_t
§ifc: *const cache_control_interface_t
Trait Implementations§
source§impl Clone for controllable_cache_t
impl Clone for controllable_cache_t
source§fn clone(&self) -> controllable_cache_t
fn clone(&self) -> controllable_cache_t
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 controllable_cache_t
impl Debug for controllable_cache_t
source§impl Default for controllable_cache_t
impl Default for controllable_cache_t
source§impl Hash for controllable_cache_t
impl Hash for controllable_cache_t
source§impl Ord for controllable_cache_t
impl Ord for controllable_cache_t
source§fn cmp(&self, other: &controllable_cache_t) -> Ordering
fn cmp(&self, other: &controllable_cache_t) -> 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 controllable_cache_t
impl PartialEq for controllable_cache_t
source§impl PartialOrd for controllable_cache_t
impl PartialOrd for controllable_cache_t
impl Copy for controllable_cache_t
impl Eq for controllable_cache_t
impl StructuralPartialEq for controllable_cache_t
Auto Trait Implementations§
impl Freeze for controllable_cache_t
impl RefUnwindSafe for controllable_cache_t
impl !Send for controllable_cache_t
impl !Sync for controllable_cache_t
impl Unpin for controllable_cache_t
impl UnwindSafe for controllable_cache_t
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
)