Struct windows::Phone::System::Power::IPowerManagerStatics_Vtbl
#[repr(C)]pub struct IPowerManagerStatics_Vtbl {
pub base__: IInspectable_Vtbl,
pub PowerSavingMode: unsafe extern "system" fn(_: *mut c_void, _: *mut PowerSavingMode) -> HRESULT,
pub PowerSavingModeChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT,
pub RemovePowerSavingModeChanged: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§PowerSavingMode: unsafe extern "system" fn(_: *mut c_void, _: *mut PowerSavingMode) -> HRESULT
§PowerSavingModeChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT
§RemovePowerSavingModeChanged: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT
Auto Trait Implementations§
impl Freeze for IPowerManagerStatics_Vtbl
impl RefUnwindSafe for IPowerManagerStatics_Vtbl
impl Send for IPowerManagerStatics_Vtbl
impl Sync for IPowerManagerStatics_Vtbl
impl Unpin for IPowerManagerStatics_Vtbl
impl UnwindSafe for IPowerManagerStatics_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