#[repr(C)]pub struct blaze_user_meta_sym {
pub sym: *const blaze_sym,
pub reserved: [u8; 16],
}Expand description
Readily symbolized information for an address.
Fields§
§sym: *const blaze_symThe symbol data.
reserved: [u8; 16]Unused member available for future expansion.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for blaze_user_meta_sym
impl RefUnwindSafe for blaze_user_meta_sym
impl !Send for blaze_user_meta_sym
impl !Sync for blaze_user_meta_sym
impl Unpin for blaze_user_meta_sym
impl UnwindSafe for blaze_user_meta_sym
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