Struct windows::Media::Casting::ICastingConnection_Vtbl
#[repr(C)]pub struct ICastingConnection_Vtbl {
pub base__: IInspectable_Vtbl,
pub State: unsafe extern "system" fn(_: *mut c_void, _: *mut CastingConnectionState) -> HRESULT,
pub Device: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Source: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetSource: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub StateChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT,
pub RemoveStateChanged: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT,
pub ErrorOccurred: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT,
pub RemoveErrorOccurred: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT,
pub RequestStartCastingAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub DisconnectAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§State: unsafe extern "system" fn(_: *mut c_void, _: *mut CastingConnectionState) -> HRESULT
§Device: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Source: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetSource: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§StateChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT
§RemoveStateChanged: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT
§ErrorOccurred: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT
§RemoveErrorOccurred: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT
§RequestStartCastingAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§DisconnectAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for ICastingConnection_Vtbl
impl RefUnwindSafe for ICastingConnection_Vtbl
impl Send for ICastingConnection_Vtbl
impl Sync for ICastingConnection_Vtbl
impl Unpin for ICastingConnection_Vtbl
impl UnwindSafe for ICastingConnection_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