Struct ICastingDevicePickerFilter_Vtbl
#[repr(C)]pub struct ICastingDevicePickerFilter_Vtbl {
pub base__: IInspectable_Vtbl,
pub SupportsAudio: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetSupportsAudio: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub SupportsVideo: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetSupportsVideo: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub SupportsPictures: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetSupportsPictures: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub SupportedCastingSources: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§SupportsAudio: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetSupportsAudio: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§SupportsVideo: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetSupportsVideo: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§SupportsPictures: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetSupportsPictures: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§SupportedCastingSources: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for ICastingDevicePickerFilter_Vtbl
impl RefUnwindSafe for ICastingDevicePickerFilter_Vtbl
impl Send for ICastingDevicePickerFilter_Vtbl
impl Sync for ICastingDevicePickerFilter_Vtbl
impl Unpin for ICastingDevicePickerFilter_Vtbl
impl UnwindSafe for ICastingDevicePickerFilter_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