#[repr(C)]pub struct r_core_asm_hit {
pub code: *mut c_char,
pub len: c_int,
pub addr: c_ulonglong,
pub valid: c_uchar,
}
Fields§
§code: *mut c_char
§len: c_int
§addr: c_ulonglong
§valid: c_uchar
Trait Implementations§
Source§impl Clone for r_core_asm_hit
impl Clone for r_core_asm_hit
Source§fn clone(&self) -> r_core_asm_hit
fn clone(&self) -> r_core_asm_hit
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 r_core_asm_hit
impl Debug for r_core_asm_hit
impl Copy for r_core_asm_hit
Auto Trait Implementations§
impl Freeze for r_core_asm_hit
impl RefUnwindSafe for r_core_asm_hit
impl !Send for r_core_asm_hit
impl !Sync for r_core_asm_hit
impl Unpin for r_core_asm_hit
impl UnwindSafe for r_core_asm_hit
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