Struct simics_api_sys::bindings::break_strings_interface
source · #[repr(C)]pub struct break_strings_interface {
pub add: Option<unsafe extern "C" fn(obj: *mut conf_object_t, str_: *const c_char, cb: break_string_cb_t, arg: *mut lang_void) -> int64>,
pub add_single: Option<unsafe extern "C" fn(obj: *mut conf_object_t, str_: *const c_char, cb: break_string_cb_t, arg: *mut lang_void) -> int64>,
pub remove: Option<unsafe extern "C" fn(obj: *mut conf_object_t, bp_id: int64)>,
}
Fields§
§add: Option<unsafe extern "C" fn(obj: *mut conf_object_t, str_: *const c_char, cb: break_string_cb_t, arg: *mut lang_void) -> int64>
§add_single: Option<unsafe extern "C" fn(obj: *mut conf_object_t, str_: *const c_char, cb: break_string_cb_t, arg: *mut lang_void) -> int64>
§remove: Option<unsafe extern "C" fn(obj: *mut conf_object_t, bp_id: int64)>
Trait Implementations§
source§impl Clone for break_strings_interface
impl Clone for break_strings_interface
source§fn clone(&self) -> break_strings_interface
fn clone(&self) -> break_strings_interface
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 break_strings_interface
impl Debug for break_strings_interface
source§impl Default for break_strings_interface
impl Default for break_strings_interface
source§fn default() -> break_strings_interface
fn default() -> break_strings_interface
Returns the “default value” for a type. Read more
source§impl Hash for break_strings_interface
impl Hash for break_strings_interface
source§impl Ord for break_strings_interface
impl Ord for break_strings_interface
source§fn cmp(&self, other: &break_strings_interface) -> Ordering
fn cmp(&self, other: &break_strings_interface) -> 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 break_strings_interface
impl PartialEq for break_strings_interface
source§impl PartialOrd for break_strings_interface
impl PartialOrd for break_strings_interface
impl Copy for break_strings_interface
impl Eq for break_strings_interface
impl StructuralPartialEq for break_strings_interface
Auto Trait Implementations§
impl Freeze for break_strings_interface
impl RefUnwindSafe for break_strings_interface
impl Send for break_strings_interface
impl Sync for break_strings_interface
impl Unpin for break_strings_interface
impl UnwindSafe for break_strings_interface
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
)