Struct windows_sys::Win32::Media::KernelStreaming::KSEVENTDATA
[−]#[repr(C)]pub struct KSEVENTDATA {
pub NotificationType: u32,
pub Anonymous: KSEVENTDATA_0,
}
Expand description
Required features: "Win32_Media_KernelStreaming"
, "Win32_Foundation"
Fields
NotificationType: u32
Anonymous: KSEVENTDATA_0
Trait Implementations
impl Clone for KSEVENTDATA
impl Clone for KSEVENTDATA
impl Copy for KSEVENTDATA
Auto Trait Implementations
impl RefUnwindSafe for KSEVENTDATA
impl !Send for KSEVENTDATA
impl !Sync for KSEVENTDATA
impl Unpin for KSEVENTDATA
impl UnwindSafe for KSEVENTDATA
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