Struct IVariablePhotoSequenceController_Vtbl
#[repr(C)]pub struct IVariablePhotoSequenceController_Vtbl {
pub base__: IInspectable_Vtbl,
pub Supported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub MaxPhotosPerSecond: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT,
pub PhotosPerSecondLimit: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT,
pub SetPhotosPerSecondLimit: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT,
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 FrameCapabilities: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub DesiredFrameControllers: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§Supported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§MaxPhotosPerSecond: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT§PhotosPerSecondLimit: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT§SetPhotosPerSecondLimit: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT§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§FrameCapabilities: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§DesiredFrameControllers: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULTAuto Trait Implementations§
impl Freeze for IVariablePhotoSequenceController_Vtbl
impl RefUnwindSafe for IVariablePhotoSequenceController_Vtbl
impl Send for IVariablePhotoSequenceController_Vtbl
impl Sync for IVariablePhotoSequenceController_Vtbl
impl Unpin for IVariablePhotoSequenceController_Vtbl
impl UnwindSafe for IVariablePhotoSequenceController_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