Struct APPLICATION_EVENT_DATA
#[repr(C, packed(1))]pub struct APPLICATION_EVENT_DATA {
pub cbApplicationEventData: u32,
pub ApplicationId: GUID,
pub EndpointId: GUID,
pub dwEventId: u32,
pub cbEventData: u32,
pub bEventData: [u8; 1],
}
Fields§
§cbApplicationEventData: u32
§ApplicationId: GUID
§EndpointId: GUID
§dwEventId: u32
§cbEventData: u32
§bEventData: [u8; 1]
Trait Implementations§
§impl Clone for APPLICATION_EVENT_DATA
impl Clone for APPLICATION_EVENT_DATA
§fn clone(&self) -> APPLICATION_EVENT_DATA
fn clone(&self) -> APPLICATION_EVENT_DATA
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 more§impl Default for APPLICATION_EVENT_DATA
impl Default for APPLICATION_EVENT_DATA
impl Copy for APPLICATION_EVENT_DATA
Auto Trait Implementations§
impl Freeze for APPLICATION_EVENT_DATA
impl RefUnwindSafe for APPLICATION_EVENT_DATA
impl Send for APPLICATION_EVENT_DATA
impl Sync for APPLICATION_EVENT_DATA
impl Unpin for APPLICATION_EVENT_DATA
impl UnwindSafe for APPLICATION_EVENT_DATA
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