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