#[repr(C)]pub struct frontend_server_interface {
pub init_control_pipes: Option<unsafe extern "C" fn(obj: *mut conf_object_t, s: *const c_char)>,
pub have_mi_frontend: Option<unsafe extern "C" fn(obj: *mut conf_object_t) -> c_int>,
pub notify_break_on_breakpoint: Option<unsafe extern "C" fn(obj: *mut conf_object_t, break_id: int64)>,
pub send_control_message: Option<unsafe extern "C" fn(obj: *mut conf_object_t, val: *mut attr_value_t, propagate_exception: bool)>,
pub send_checkpoint_progress_message: Option<unsafe extern "C" fn(obj: *mut conf_object_t, msg: *const c_char, caller: *mut conf_object_t)>,
}
Fields§
§init_control_pipes: Option<unsafe extern "C" fn(obj: *mut conf_object_t, s: *const c_char)>
§have_mi_frontend: Option<unsafe extern "C" fn(obj: *mut conf_object_t) -> c_int>
§notify_break_on_breakpoint: Option<unsafe extern "C" fn(obj: *mut conf_object_t, break_id: int64)>
§send_control_message: Option<unsafe extern "C" fn(obj: *mut conf_object_t, val: *mut attr_value_t, propagate_exception: bool)>
§send_checkpoint_progress_message: Option<unsafe extern "C" fn(obj: *mut conf_object_t, msg: *const c_char, caller: *mut conf_object_t)>
Trait Implementations§
source§impl Clone for frontend_server_interface
impl Clone for frontend_server_interface
source§fn clone(&self) -> frontend_server_interface
fn clone(&self) -> frontend_server_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 frontend_server_interface
impl Debug for frontend_server_interface
source§impl Default for frontend_server_interface
impl Default for frontend_server_interface
source§fn default() -> frontend_server_interface
fn default() -> frontend_server_interface
Returns the “default value” for a type. Read more
source§impl Hash for frontend_server_interface
impl Hash for frontend_server_interface
source§impl Ord for frontend_server_interface
impl Ord for frontend_server_interface
source§fn cmp(&self, other: &frontend_server_interface) -> Ordering
fn cmp(&self, other: &frontend_server_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 PartialOrd for frontend_server_interface
impl PartialOrd for frontend_server_interface
impl Copy for frontend_server_interface
impl Eq for frontend_server_interface
impl StructuralPartialEq for frontend_server_interface
Auto Trait Implementations§
impl Freeze for frontend_server_interface
impl RefUnwindSafe for frontend_server_interface
impl Send for frontend_server_interface
impl Sync for frontend_server_interface
impl Unpin for frontend_server_interface
impl UnwindSafe for frontend_server_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
)