Struct IMFSensorProfile_Vtbl
#[repr(C)]pub struct IMFSensorProfile_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetProfileId: unsafe extern "system" fn(_: *mut c_void, _: *mut SENSORPROFILEID) -> HRESULT,
pub AddProfileFilter: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PCWSTR) -> HRESULT,
pub IsMediaTypeSupported: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void, _: *mut BOOL) -> HRESULT,
pub AddBlockedControl: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetProfileId: unsafe extern "system" fn(_: *mut c_void, _: *mut SENSORPROFILEID) -> HRESULT
§AddProfileFilter: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PCWSTR) -> HRESULT
§IsMediaTypeSupported: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void, _: *mut BOOL) -> HRESULT
§AddBlockedControl: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
Implementations§
§impl IMFSensorProfile_Vtbl
impl IMFSensorProfile_Vtbl
pub const fn new<Identity: IMFSensorProfile_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IMFSensorProfile_Vtbl
impl RefUnwindSafe for IMFSensorProfile_Vtbl
impl Send for IMFSensorProfile_Vtbl
impl Sync for IMFSensorProfile_Vtbl
impl Unpin for IMFSensorProfile_Vtbl
impl UnwindSafe for IMFSensorProfile_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