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