#[repr(C)]pub struct _Panda__DwarfCall {
pub base: ProtobufCMessage,
pub file_callee: *mut i8,
pub function_name_callee: *mut i8,
pub line_number_callee: u64,
pub file_caller: *mut i8,
pub line_number_caller: u64,
}Fields§
§base: ProtobufCMessage§file_callee: *mut i8§function_name_callee: *mut i8§line_number_callee: u64§file_caller: *mut i8§line_number_caller: u64Trait Implementations§
Source§impl Clone for _Panda__DwarfCall
impl Clone for _Panda__DwarfCall
Source§fn clone(&self) -> _Panda__DwarfCall
fn clone(&self) -> _Panda__DwarfCall
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 _Panda__DwarfCall
impl Debug for _Panda__DwarfCall
impl Copy for _Panda__DwarfCall
Auto Trait Implementations§
impl Freeze for _Panda__DwarfCall
impl RefUnwindSafe for _Panda__DwarfCall
impl !Send for _Panda__DwarfCall
impl !Sync for _Panda__DwarfCall
impl Unpin for _Panda__DwarfCall
impl UnwindSafe for _Panda__DwarfCall
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