#[repr(C)]pub struct breakwatch {
pub next: *mut breakwatch_s,
pub type_: target_breakwatch_e,
pub addr: target_addr_t,
pub size: usize,
pub reserved: [u32; 4],
}Fields§
§next: *mut breakwatch_s§type_: target_breakwatch_e§addr: target_addr_t§size: usize§reserved: [u32; 4]Trait Implementations§
Source§impl Clone for breakwatch
impl Clone for breakwatch
Source§fn clone(&self) -> breakwatch
fn clone(&self) -> breakwatch
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 Debug for breakwatch
impl Debug for breakwatch
impl Copy for breakwatch
Auto Trait Implementations§
impl Freeze for breakwatch
impl RefUnwindSafe for breakwatch
impl !Send for breakwatch
impl !Sync for breakwatch
impl Unpin for breakwatch
impl UnwindSafe for breakwatch
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