#[repr(C)]pub struct _Panda__AttackPointPri {
pub base: ProtobufCMessage,
pub info: u32,
pub call_stack: *mut Panda__CallStack,
pub src_info: *mut Panda__SrcInfoPri,
}Fields§
§base: ProtobufCMessage§info: u32§call_stack: *mut Panda__CallStack§src_info: *mut Panda__SrcInfoPriTrait Implementations§
Source§impl Clone for _Panda__AttackPointPri
impl Clone for _Panda__AttackPointPri
Source§fn clone(&self) -> _Panda__AttackPointPri
fn clone(&self) -> _Panda__AttackPointPri
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__AttackPointPri
impl Debug for _Panda__AttackPointPri
impl Copy for _Panda__AttackPointPri
Auto Trait Implementations§
impl Freeze for _Panda__AttackPointPri
impl RefUnwindSafe for _Panda__AttackPointPri
impl !Send for _Panda__AttackPointPri
impl !Sync for _Panda__AttackPointPri
impl Unpin for _Panda__AttackPointPri
impl UnwindSafe for _Panda__AttackPointPri
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