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