#[repr(C)]pub struct bcc_usdt {
pub provider: *const c_char,
pub name: *const c_char,
pub bin_path: *const c_char,
pub semaphore: u64,
pub num_locations: c_int,
pub num_arguments: c_int,
pub semaphore_offset: u64,
}Fields§
§provider: *const c_char§name: *const c_char§bin_path: *const c_char§semaphore: u64§num_locations: c_int§num_arguments: c_int§semaphore_offset: u64Trait Implementations§
Source§impl Ord for bcc_usdt
impl Ord for bcc_usdt
Source§impl PartialOrd for bcc_usdt
impl PartialOrd for bcc_usdt
impl Copy for bcc_usdt
impl Eq for bcc_usdt
impl StructuralPartialEq for bcc_usdt
Auto Trait Implementations§
impl Freeze for bcc_usdt
impl RefUnwindSafe for bcc_usdt
impl !Send for bcc_usdt
impl !Sync for bcc_usdt
impl Unpin for bcc_usdt
impl UnwindSafe for bcc_usdt
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