Trait ISBE2GlobalEvent2_Impl
pub trait ISBE2GlobalEvent2_Impl: ISBE2GlobalEvent_Impl {
// Required method
fn GetEventEx(
&self,
idevt: *const GUID,
param1: u32,
param2: u32,
param3: u32,
param4: u32,
pspanning: *mut BOOL,
pcb: *mut u32,
pb: *mut u8,
pstreamtime: *mut i64,
) -> Result<()>;
}
Required Methods§
fn GetEventEx( &self, idevt: *const GUID, param1: u32, param2: u32, param3: u32, param4: u32, pspanning: *mut BOOL, pcb: *mut u32, pb: *mut u8, pstreamtime: *mut i64, ) -> Result<()>
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.