#[repr(C)]pub struct DebuggerCaps {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl DebuggerCaps
impl DebuggerCaps
pub fn can_debug_source_code() -> Self
pub fn can_debug_byte_code() -> Self
pub fn has_line_based_breakpoints() -> Self
Trait Implementations§
Source§impl ClassIdentity for DebuggerCaps
impl ClassIdentity for DebuggerCaps
Source§impl Clone for DebuggerCaps
impl Clone for DebuggerCaps
Source§fn clone(&self) -> DebuggerCaps
fn clone(&self) -> DebuggerCaps
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 DebuggerCaps
impl Debug for DebuggerCaps
Source§impl PartialEq for DebuggerCaps
impl PartialEq for DebuggerCaps
impl Copy for DebuggerCaps
impl Eq for DebuggerCaps
impl StructuralPartialEq for DebuggerCaps
Auto Trait Implementations§
impl Freeze for DebuggerCaps
impl RefUnwindSafe for DebuggerCaps
impl Send for DebuggerCaps
impl Sync for DebuggerCaps
impl Unpin for DebuggerCaps
impl UnwindSafe for DebuggerCaps
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)