Struct windows::Media::Devices::IExposureControl_Vtbl
#[repr(C)]pub struct IExposureControl_Vtbl {
pub base__: IInspectable_Vtbl,
pub Supported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub Auto: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetAutoAsync: unsafe extern "system" fn(_: *mut c_void, _: bool, _: *mut *mut c_void) -> HRESULT,
pub Min: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT,
pub Max: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT,
pub Step: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT,
pub Value: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT,
pub SetValueAsync: unsafe extern "system" fn(_: *mut c_void, _: TimeSpan, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Supported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§Auto: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetAutoAsync: unsafe extern "system" fn(_: *mut c_void, _: bool, _: *mut *mut c_void) -> HRESULT
§Min: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT
§Max: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT
§Step: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT
§Value: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT
§SetValueAsync: unsafe extern "system" fn(_: *mut c_void, _: TimeSpan, _: *mut *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for IExposureControl_Vtbl
impl RefUnwindSafe for IExposureControl_Vtbl
impl Send for IExposureControl_Vtbl
impl Sync for IExposureControl_Vtbl
impl Unpin for IExposureControl_Vtbl
impl UnwindSafe for IExposureControl_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