Struct panda_sys::_Panda__CallStack [−][src]
#[repr(C)]pub struct _Panda__CallStack { pub base: ProtobufCMessage, pub n_addr: size_t, pub addr: *mut u64, }
Fields
base: ProtobufCMessagen_addr: size_taddr: *mut u64Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for _Panda__CallStackimpl !Send for _Panda__CallStackimpl !Sync for _Panda__CallStackimpl Unpin for _Panda__CallStackimpl UnwindSafe for _Panda__CallStackBlanket Implementations
Mutably borrows from an owned value. Read more