[][src]Struct bcc_sys::bccapi::bcc_symbol_option

#[repr(C)]
pub struct bcc_symbol_option {
    pub use_debug_file: c_int,
    pub check_debug_file_crc: c_int,
    pub lazy_symbolize: c_int,
    pub use_symbol_type: u32,
}

Fields

use_debug_file: c_intcheck_debug_file_crc: c_intlazy_symbolize: c_intuse_symbol_type: u32

Trait Implementations

impl Clone for bcc_symbol_option[src]

impl Copy for bcc_symbol_option[src]

impl Default for bcc_symbol_option[src]

impl Eq for bcc_symbol_option[src]

impl Ord for bcc_symbol_option[src]

impl PartialEq<bcc_symbol_option> for bcc_symbol_option[src]

impl PartialOrd<bcc_symbol_option> for bcc_symbol_option[src]

impl Debug for bcc_symbol_option[src]

impl Hash for bcc_symbol_option[src]

impl StructuralPartialEq for bcc_symbol_option[src]

impl StructuralEq for bcc_symbol_option[src]

Auto Trait Implementations

Blanket Implementations

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

impl<T> From<T> for 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.

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

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

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