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