#[repr(C)]pub struct _Panda__SignalEvent {
pub base: ProtobufCMessage,
pub sig: i32,
pub suppressed: i32,
pub src_name: *mut i8,
pub dst_name: *mut i8,
pub src_pid: i32,
pub dst_pid: i32,
}Fields§
§base: ProtobufCMessage§sig: i32§suppressed: i32§src_name: *mut i8§dst_name: *mut i8§src_pid: i32§dst_pid: i32Trait Implementations§
Source§impl Clone for _Panda__SignalEvent
impl Clone for _Panda__SignalEvent
Source§fn clone(&self) -> _Panda__SignalEvent
fn clone(&self) -> _Panda__SignalEvent
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for _Panda__SignalEvent
Auto Trait Implementations§
impl !Send for _Panda__SignalEvent
impl !Sync for _Panda__SignalEvent
impl Freeze for _Panda__SignalEvent
impl RefUnwindSafe for _Panda__SignalEvent
impl Unpin for _Panda__SignalEvent
impl UnsafeUnpin for _Panda__SignalEvent
impl UnwindSafe for _Panda__SignalEvent
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