Struct windows_sys::Win32::System::SideShow::EVENT_DATA_HEADER
[−]#[repr(C, packed(1))]pub struct EVENT_DATA_HEADER {
pub cbEventDataHeader: u32,
pub guidEventType: GUID,
pub dwVersion: u32,
pub cbEventDataSid: u32,
}
Expand description
Required features: "Win32_System_SideShow"
Fields
cbEventDataHeader: u32
guidEventType: GUID
dwVersion: u32
cbEventDataSid: u32
Trait Implementations
impl Clone for EVENT_DATA_HEADER
impl Clone for EVENT_DATA_HEADER
impl Copy for EVENT_DATA_HEADER
Auto Trait Implementations
impl RefUnwindSafe for EVENT_DATA_HEADER
impl Send for EVENT_DATA_HEADER
impl Sync for EVENT_DATA_HEADER
impl Unpin for EVENT_DATA_HEADER
impl UnwindSafe for EVENT_DATA_HEADER
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more