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