Struct bcc_sys::bccapi::bcc_usdt[][src]

#[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_charname: *const c_charbin_path: *const c_charsemaphore: u64num_locations: c_intnum_arguments: c_intsemaphore_offset: u64

Trait Implementations

impl Clone for bcc_usdt[src]

impl Copy for bcc_usdt[src]

impl Debug for bcc_usdt[src]

impl Default for bcc_usdt[src]

impl Eq for bcc_usdt[src]

impl Hash for bcc_usdt[src]

impl Ord for bcc_usdt[src]

impl PartialEq<bcc_usdt> for bcc_usdt[src]

impl PartialOrd<bcc_usdt> for bcc_usdt[src]

impl StructuralEq for bcc_usdt[src]

impl StructuralPartialEq for bcc_usdt[src]

Auto Trait Implementations

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

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.