Struct windows::Media::Capture::Core::IVariablePhotoCapturedEventArgs_Vtbl
#[repr(C)]pub struct IVariablePhotoCapturedEventArgs_Vtbl {
pub base__: IInspectable_Vtbl,
pub Frame: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CaptureTimeOffset: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT,
pub UsedFrameControllerIndex: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CapturedFrameControlValues: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Frame: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§CaptureTimeOffset: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT
§UsedFrameControllerIndex: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§CapturedFrameControlValues: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for IVariablePhotoCapturedEventArgs_Vtbl
impl RefUnwindSafe for IVariablePhotoCapturedEventArgs_Vtbl
impl Send for IVariablePhotoCapturedEventArgs_Vtbl
impl Sync for IVariablePhotoCapturedEventArgs_Vtbl
impl Unpin for IVariablePhotoCapturedEventArgs_Vtbl
impl UnwindSafe for IVariablePhotoCapturedEventArgs_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