#[repr(C)]pub struct bcc_usdt_argument {
pub size: c_int,
pub valid: c_int,
pub constant: c_longlong,
pub deref_offset: c_int,
pub deref_ident: *const c_char,
pub base_register_name: *const c_char,
pub index_register_name: *const c_char,
pub scale: c_int,
}Fields§
§size: c_int§valid: c_int§constant: c_longlong§deref_offset: c_int§deref_ident: *const c_char§base_register_name: *const c_char§index_register_name: *const c_char§scale: c_intTrait Implementations§
Source§impl Clone for bcc_usdt_argument
impl Clone for bcc_usdt_argument
Source§fn clone(&self) -> bcc_usdt_argument
fn clone(&self) -> bcc_usdt_argument
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 bcc_usdt_argument
impl Debug for bcc_usdt_argument
Source§impl Default for bcc_usdt_argument
impl Default for bcc_usdt_argument
Source§impl Hash for bcc_usdt_argument
impl Hash for bcc_usdt_argument
Source§impl Ord for bcc_usdt_argument
impl Ord for bcc_usdt_argument
Source§fn cmp(&self, other: &bcc_usdt_argument) -> Ordering
fn cmp(&self, other: &bcc_usdt_argument) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for bcc_usdt_argument
impl PartialEq for bcc_usdt_argument
Source§impl PartialOrd for bcc_usdt_argument
impl PartialOrd for bcc_usdt_argument
impl Copy for bcc_usdt_argument
impl Eq for bcc_usdt_argument
impl StructuralPartialEq for bcc_usdt_argument
Auto Trait Implementations§
impl Freeze for bcc_usdt_argument
impl RefUnwindSafe for bcc_usdt_argument
impl !Send for bcc_usdt_argument
impl !Sync for bcc_usdt_argument
impl Unpin for bcc_usdt_argument
impl UnwindSafe for bcc_usdt_argument
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