Struct windows::Devices::Sensors::IWakeOnApproachOptions_Vtbl
#[repr(C)]pub struct IWakeOnApproachOptions_Vtbl {
pub base__: IInspectable_Vtbl,
pub AllowWhenExternalDisplayConnected: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetAllowWhenExternalDisplayConnected: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub DisableWhenBatterySaverOn: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetDisableWhenBatterySaverOn: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§AllowWhenExternalDisplayConnected: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetAllowWhenExternalDisplayConnected: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§DisableWhenBatterySaverOn: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetDisableWhenBatterySaverOn: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
Auto Trait Implementations§
impl Freeze for IWakeOnApproachOptions_Vtbl
impl RefUnwindSafe for IWakeOnApproachOptions_Vtbl
impl Send for IWakeOnApproachOptions_Vtbl
impl Sync for IWakeOnApproachOptions_Vtbl
impl Unpin for IWakeOnApproachOptions_Vtbl
impl UnwindSafe for IWakeOnApproachOptions_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