Struct ICastingEventHandler_Vtbl
#[repr(C)]pub struct ICastingEventHandler_Vtbl {
pub base__: IUnknown_Vtbl,
pub OnStateChanged: unsafe extern "system" fn(_: *mut c_void, _: CASTING_CONNECTION_STATE) -> HRESULT,
pub OnError: unsafe extern "system" fn(_: *mut c_void, _: CASTING_CONNECTION_ERROR_STATUS, _: PCWSTR) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§OnStateChanged: unsafe extern "system" fn(_: *mut c_void, _: CASTING_CONNECTION_STATE) -> HRESULT
§OnError: unsafe extern "system" fn(_: *mut c_void, _: CASTING_CONNECTION_ERROR_STATUS, _: PCWSTR) -> HRESULT
Implementations§
§impl ICastingEventHandler_Vtbl
impl ICastingEventHandler_Vtbl
pub const fn new<Identity: ICastingEventHandler_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ICastingEventHandler_Vtbl
impl RefUnwindSafe for ICastingEventHandler_Vtbl
impl Send for ICastingEventHandler_Vtbl
impl Sync for ICastingEventHandler_Vtbl
impl Unpin for ICastingEventHandler_Vtbl
impl UnwindSafe for ICastingEventHandler_Vtbl
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