Struct windows_sys::Win32::Media::DirectShow::BDA_EVENT_DATA
[−]#[repr(C)]pub struct BDA_EVENT_DATA {
pub lResult: i32,
pub ulEventID: u32,
pub uuidEventType: GUID,
pub ulEventDataLength: u32,
pub argbEventData: [u8; 1],
}
Expand description
Required features: "Win32_Media_DirectShow"
Fields
lResult: i32
ulEventID: u32
uuidEventType: GUID
ulEventDataLength: u32
argbEventData: [u8; 1]
Trait Implementations
impl Clone for BDA_EVENT_DATA
impl Clone for BDA_EVENT_DATA
impl Copy for BDA_EVENT_DATA
Auto Trait Implementations
impl RefUnwindSafe for BDA_EVENT_DATA
impl Send for BDA_EVENT_DATA
impl Sync for BDA_EVENT_DATA
impl Unpin for BDA_EVENT_DATA
impl UnwindSafe for BDA_EVENT_DATA
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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