#[repr(C)]pub struct libafl_breakpoint {
pub addr: target_ulong,
pub next: *mut libafl_breakpoint,
}
Fields§
§addr: target_ulong
§next: *mut libafl_breakpoint
Trait Implementations§
Source§impl Clone for libafl_breakpoint
impl Clone for libafl_breakpoint
Source§fn clone(&self) -> libafl_breakpoint
fn clone(&self) -> libafl_breakpoint
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 libafl_breakpoint
impl Debug for libafl_breakpoint
Source§impl Default for libafl_breakpoint
impl Default for libafl_breakpoint
impl Copy for libafl_breakpoint
Auto Trait Implementations§
impl Freeze for libafl_breakpoint
impl RefUnwindSafe for libafl_breakpoint
impl !Send for libafl_breakpoint
impl !Sync for libafl_breakpoint
impl Unpin for libafl_breakpoint
impl UnwindSafe for libafl_breakpoint
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