pub struct SetInstrumentationBreakpoint { /* private fields */ }Expand description
Sets instrumentation breakpoint.
Implementations§
Trait Implementations§
Source§impl Clone for SetInstrumentationBreakpoint
impl Clone for SetInstrumentationBreakpoint
Source§fn clone(&self) -> SetInstrumentationBreakpoint
fn clone(&self) -> SetInstrumentationBreakpoint
Returns a duplicate 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 Command for SetInstrumentationBreakpoint
impl Command for SetInstrumentationBreakpoint
Source§impl Debug for SetInstrumentationBreakpoint
impl Debug for SetInstrumentationBreakpoint
Auto Trait Implementations§
impl Freeze for SetInstrumentationBreakpoint
impl RefUnwindSafe for SetInstrumentationBreakpoint
impl Send for SetInstrumentationBreakpoint
impl Sync for SetInstrumentationBreakpoint
impl Unpin for SetInstrumentationBreakpoint
impl UnwindSafe for SetInstrumentationBreakpoint
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