#[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_int§check_debug_file_crc: c_int§lazy_symbolize: c_int§use_symbol_type: u32Trait Implementations§
Source§impl Clone for bcc_symbol_option
impl Clone for bcc_symbol_option
Source§fn clone(&self) -> bcc_symbol_option
fn clone(&self) -> bcc_symbol_option
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_symbol_option
impl Debug for bcc_symbol_option
Source§impl Default for bcc_symbol_option
impl Default for bcc_symbol_option
Source§fn default() -> bcc_symbol_option
fn default() -> bcc_symbol_option
Returns the “default value” for a type. Read more
Source§impl Hash for bcc_symbol_option
impl Hash for bcc_symbol_option
Source§impl Ord for bcc_symbol_option
impl Ord for bcc_symbol_option
Source§fn cmp(&self, other: &bcc_symbol_option) -> Ordering
fn cmp(&self, other: &bcc_symbol_option) -> 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_symbol_option
impl PartialEq for bcc_symbol_option
Source§impl PartialOrd for bcc_symbol_option
impl PartialOrd for bcc_symbol_option
impl Copy for bcc_symbol_option
impl Eq for bcc_symbol_option
impl StructuralPartialEq for bcc_symbol_option
Auto Trait Implementations§
impl Freeze for bcc_symbol_option
impl RefUnwindSafe for bcc_symbol_option
impl Send for bcc_symbol_option
impl Sync for bcc_symbol_option
impl Unpin for bcc_symbol_option
impl UnwindSafe for bcc_symbol_option
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