pub struct PPME_SCAPEVENT_E {
pub event_type: Option<PT_UINT32>,
pub event_data: Option<PT_UINT64>,
}
Fields§
§event_type: Option<PT_UINT32>
§event_data: Option<PT_UINT64>
Trait Implementations§
Source§impl Debug for PPME_SCAPEVENT_E
impl Debug for PPME_SCAPEVENT_E
Source§impl<'de> Deserialize<'de> for PPME_SCAPEVENT_E
impl<'de> Deserialize<'de> for PPME_SCAPEVENT_E
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl EventPayload for PPME_SCAPEVENT_E
impl EventPayload for PPME_SCAPEVENT_E
Source§impl Format<PF_NA> for PPME_SCAPEVENT_E
impl Format<PF_NA> for PPME_SCAPEVENT_E
Source§impl<'a> PayloadFromBytes<'a> for PPME_SCAPEVENT_E
impl<'a> PayloadFromBytes<'a> for PPME_SCAPEVENT_E
Source§impl PayloadToBytes for PPME_SCAPEVENT_E
impl PayloadToBytes for PPME_SCAPEVENT_E
Auto Trait Implementations§
impl Freeze for PPME_SCAPEVENT_E
impl RefUnwindSafe for PPME_SCAPEVENT_E
impl Send for PPME_SCAPEVENT_E
impl Sync for PPME_SCAPEVENT_E
impl Unpin for PPME_SCAPEVENT_E
impl UnwindSafe for PPME_SCAPEVENT_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