#[repr(C)]pub struct _Panda__SignalEvent {
pub base: ProtobufCMessage,
pub sig: i32,
pub suppressed: protobuf_c_boolean,
pub src_name: *mut c_char,
pub dst_name: *mut c_char,
pub src_pid: i32,
pub dst_pid: i32,
}Fields§
§base: ProtobufCMessage§sig: i32§suppressed: protobuf_c_boolean§src_name: *mut c_char§dst_name: *mut c_char§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 · 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__SignalEvent
impl Debug for _Panda__SignalEvent
impl Copy for _Panda__SignalEvent
Auto Trait Implementations§
impl Freeze for _Panda__SignalEvent
impl RefUnwindSafe for _Panda__SignalEvent
impl !Send for _Panda__SignalEvent
impl !Sync for _Panda__SignalEvent
impl Unpin 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