#[repr(C)]pub struct DebuggerAction_ActionType {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl DebuggerAction_ActionType
impl DebuggerAction_ActionType
pub fn byte_code_step_in() -> Self
pub fn byte_code_step_over() -> Self
pub fn byte_code_step_out() -> Self
pub fn step_in() -> Self
pub fn step_over() -> Self
pub fn step_out() -> Self
pub fn run() -> Self
pub fn toggle_breakpoint() -> Self
pub fn set_breakpoint() -> Self
pub fn clear_breakpoint() -> Self
pub fn reset_breakpoints() -> Self
pub fn refresh() -> Self
pub fn hard_refresh() -> Self
pub fn none() -> Self
Trait Implementations§
Source§impl Clone for DebuggerAction_ActionType
impl Clone for DebuggerAction_ActionType
Source§fn clone(&self) -> DebuggerAction_ActionType
fn clone(&self) -> DebuggerAction_ActionType
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DebuggerAction_ActionType
impl Debug for DebuggerAction_ActionType
Source§impl PartialEq for DebuggerAction_ActionType
impl PartialEq for DebuggerAction_ActionType
impl Copy for DebuggerAction_ActionType
impl Eq for DebuggerAction_ActionType
impl StructuralPartialEq for DebuggerAction_ActionType
Auto Trait Implementations§
impl Freeze for DebuggerAction_ActionType
impl RefUnwindSafe for DebuggerAction_ActionType
impl Send for DebuggerAction_ActionType
impl Sync for DebuggerAction_ActionType
impl Unpin for DebuggerAction_ActionType
impl UnwindSafe for DebuggerAction_ActionType
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)