#[repr(C)]pub struct bcc_usdt_location {
pub address: u64,
pub bin_path: *const c_char,
}Fields§
§address: u64§bin_path: *const c_charTrait Implementations§
Source§impl Clone for bcc_usdt_location
impl Clone for bcc_usdt_location
Source§fn clone(&self) -> bcc_usdt_location
fn clone(&self) -> bcc_usdt_location
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_location
impl Debug for bcc_usdt_location
Source§impl Default for bcc_usdt_location
impl Default for bcc_usdt_location
Source§impl Hash for bcc_usdt_location
impl Hash for bcc_usdt_location
Source§impl Ord for bcc_usdt_location
impl Ord for bcc_usdt_location
Source§fn cmp(&self, other: &bcc_usdt_location) -> Ordering
fn cmp(&self, other: &bcc_usdt_location) -> 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_location
impl PartialEq for bcc_usdt_location
Source§impl PartialOrd for bcc_usdt_location
impl PartialOrd for bcc_usdt_location
impl Copy for bcc_usdt_location
impl Eq for bcc_usdt_location
impl StructuralPartialEq for bcc_usdt_location
Auto Trait Implementations§
impl Freeze for bcc_usdt_location
impl RefUnwindSafe for bcc_usdt_location
impl !Send for bcc_usdt_location
impl !Sync for bcc_usdt_location
impl Unpin for bcc_usdt_location
impl UnwindSafe for bcc_usdt_location
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