Struct ICameraCaptureUIVideoCaptureSettings_Vtbl
#[repr(C)]pub struct ICameraCaptureUIVideoCaptureSettings_Vtbl {
pub base__: IInspectable_Vtbl,
pub Format: unsafe extern "system" fn(_: *mut c_void, _: *mut CameraCaptureUIVideoFormat) -> HRESULT,
pub SetFormat: unsafe extern "system" fn(_: *mut c_void, _: CameraCaptureUIVideoFormat) -> HRESULT,
pub MaxResolution: unsafe extern "system" fn(_: *mut c_void, _: *mut CameraCaptureUIMaxVideoResolution) -> HRESULT,
pub SetMaxResolution: unsafe extern "system" fn(_: *mut c_void, _: CameraCaptureUIMaxVideoResolution) -> HRESULT,
pub MaxDurationInSeconds: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT,
pub SetMaxDurationInSeconds: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT,
pub AllowTrimming: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetAllowTrimming: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Format: unsafe extern "system" fn(_: *mut c_void, _: *mut CameraCaptureUIVideoFormat) -> HRESULT
§SetFormat: unsafe extern "system" fn(_: *mut c_void, _: CameraCaptureUIVideoFormat) -> HRESULT
§MaxResolution: unsafe extern "system" fn(_: *mut c_void, _: *mut CameraCaptureUIMaxVideoResolution) -> HRESULT
§SetMaxResolution: unsafe extern "system" fn(_: *mut c_void, _: CameraCaptureUIMaxVideoResolution) -> HRESULT
§MaxDurationInSeconds: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT
§SetMaxDurationInSeconds: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT
§AllowTrimming: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetAllowTrimming: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
Auto Trait Implementations§
impl Freeze for ICameraCaptureUIVideoCaptureSettings_Vtbl
impl RefUnwindSafe for ICameraCaptureUIVideoCaptureSettings_Vtbl
impl Send for ICameraCaptureUIVideoCaptureSettings_Vtbl
impl Sync for ICameraCaptureUIVideoCaptureSettings_Vtbl
impl Unpin for ICameraCaptureUIVideoCaptureSettings_Vtbl
impl UnwindSafe for ICameraCaptureUIVideoCaptureSettings_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