Struct ILowLagPhotoControl_Vtbl
#[repr(C)]pub struct ILowLagPhotoControl_Vtbl {
pub base__: IInspectable_Vtbl,
pub GetHighestConcurrentFrameRate: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetCurrentFrameRate: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ThumbnailEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetThumbnailEnabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub ThumbnailFormat: unsafe extern "system" fn(_: *mut c_void, _: *mut MediaThumbnailFormat) -> HRESULT,
pub SetThumbnailFormat: unsafe extern "system" fn(_: *mut c_void, _: MediaThumbnailFormat) -> HRESULT,
pub DesiredThumbnailSize: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub SetDesiredThumbnailSize: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub HardwareAcceleratedThumbnailSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§GetHighestConcurrentFrameRate: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetCurrentFrameRate: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§ThumbnailEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetThumbnailEnabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§ThumbnailFormat: unsafe extern "system" fn(_: *mut c_void, _: *mut MediaThumbnailFormat) -> HRESULT
§SetThumbnailFormat: unsafe extern "system" fn(_: *mut c_void, _: MediaThumbnailFormat) -> HRESULT
§DesiredThumbnailSize: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§SetDesiredThumbnailSize: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§HardwareAcceleratedThumbnailSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
Auto Trait Implementations§
impl Freeze for ILowLagPhotoControl_Vtbl
impl RefUnwindSafe for ILowLagPhotoControl_Vtbl
impl Send for ILowLagPhotoControl_Vtbl
impl Sync for ILowLagPhotoControl_Vtbl
impl Unpin for ILowLagPhotoControl_Vtbl
impl UnwindSafe for ILowLagPhotoControl_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