Struct windows::ApplicationModel::Background::BackgroundWorkCost
pub struct BackgroundWorkCost;
Implementations§
§impl BackgroundWorkCost
impl BackgroundWorkCost
pub fn CurrentBackgroundWorkCost() -> Result<BackgroundWorkCostValue>
pub fn AppEnergyUseLevel() -> Result<EnergyUseLevel>
pub fn AppEnergyUsePrediction() -> Result<EnergyUseLevel>
pub fn AppLastThrottledInStandbyTimestamp() -> Result<DateTime>
Auto Trait Implementations§
impl Freeze for BackgroundWorkCost
impl RefUnwindSafe for BackgroundWorkCost
impl Send for BackgroundWorkCost
impl Sync for BackgroundWorkCost
impl Unpin for BackgroundWorkCost
impl UnwindSafe for BackgroundWorkCost
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