pub struct PPME_SIGNALDELIVER_E {
pub spid: Option<PT_PID>,
pub dpid: Option<PT_PID>,
pub sig: Option<PT_SIGTYPE>,
}
Fields§
§spid: Option<PT_PID>
§dpid: Option<PT_PID>
§sig: Option<PT_SIGTYPE>
Trait Implementations§
Source§impl Clone for PPME_SIGNALDELIVER_E
impl Clone for PPME_SIGNALDELIVER_E
Source§fn clone(&self) -> PPME_SIGNALDELIVER_E
fn clone(&self) -> PPME_SIGNALDELIVER_E
Returns a copy 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 PPME_SIGNALDELIVER_E
impl Debug for PPME_SIGNALDELIVER_E
Source§impl EventPayload for PPME_SIGNALDELIVER_E
impl EventPayload for PPME_SIGNALDELIVER_E
Source§impl<'a> FromRawEvent<'a> for PPME_SIGNALDELIVER_E
impl<'a> FromRawEvent<'a> for PPME_SIGNALDELIVER_E
impl Copy for PPME_SIGNALDELIVER_E
Auto Trait Implementations§
impl Freeze for PPME_SIGNALDELIVER_E
impl RefUnwindSafe for PPME_SIGNALDELIVER_E
impl Send for PPME_SIGNALDELIVER_E
impl Sync for PPME_SIGNALDELIVER_E
impl Unpin for PPME_SIGNALDELIVER_E
impl UnwindSafe for PPME_SIGNALDELIVER_E
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