Struct simics_api_sys::addr_prof_iter
source · #[repr(C)]pub struct addr_prof_iter {
pub next: Option<unsafe extern "C" fn(i: *mut addr_prof_iter) -> uint64>,
pub destroy: Option<unsafe extern "C" fn(i: *mut addr_prof_iter)>,
pub addr: generic_address_t,
}
Expand description
Fields§
§next: Option<unsafe extern "C" fn(i: *mut addr_prof_iter) -> uint64>
§destroy: Option<unsafe extern "C" fn(i: *mut addr_prof_iter)>
§addr: generic_address_t
Trait Implementations§
source§impl Clone for addr_prof_iter
impl Clone for addr_prof_iter
source§fn clone(&self) -> addr_prof_iter
fn clone(&self) -> addr_prof_iter
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 addr_prof_iter
impl Debug for addr_prof_iter
source§impl Default for addr_prof_iter
impl Default for addr_prof_iter
source§fn default() -> addr_prof_iter
fn default() -> addr_prof_iter
Returns the “default value” for a type. Read more
source§impl Hash for addr_prof_iter
impl Hash for addr_prof_iter
source§impl Ord for addr_prof_iter
impl Ord for addr_prof_iter
source§fn cmp(&self, other: &addr_prof_iter) -> Ordering
fn cmp(&self, other: &addr_prof_iter) -> 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 addr_prof_iter
impl PartialEq for addr_prof_iter
source§impl PartialOrd for addr_prof_iter
impl PartialOrd for addr_prof_iter
impl Copy for addr_prof_iter
impl Eq for addr_prof_iter
impl StructuralPartialEq for addr_prof_iter
Auto Trait Implementations§
impl Freeze for addr_prof_iter
impl RefUnwindSafe for addr_prof_iter
impl Send for addr_prof_iter
impl Sync for addr_prof_iter
impl Unpin for addr_prof_iter
impl UnwindSafe for addr_prof_iter
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
)