Struct ILightSensorDataThreshold_Vtbl
#[repr(C)]pub struct ILightSensorDataThreshold_Vtbl {
pub base__: IInspectable_Vtbl,
pub LuxPercentage: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT,
pub SetLuxPercentage: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT,
pub AbsoluteLux: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT,
pub SetAbsoluteLux: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§LuxPercentage: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT§SetLuxPercentage: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT§AbsoluteLux: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT§SetAbsoluteLux: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULTAuto Trait Implementations§
impl Freeze for ILightSensorDataThreshold_Vtbl
impl RefUnwindSafe for ILightSensorDataThreshold_Vtbl
impl Send for ILightSensorDataThreshold_Vtbl
impl Sync for ILightSensorDataThreshold_Vtbl
impl Unpin for ILightSensorDataThreshold_Vtbl
impl UnwindSafe for ILightSensorDataThreshold_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