#[repr(transparent)]pub struct SystemConditionType(pub i32);
Expand description
Required features: ‘ApplicationModel_Background’
Tuple Fields
0: i32
Implementations
impl SystemConditionType
impl SystemConditionType
pub const Invalid: Self
pub const UserPresent: Self
pub const UserNotPresent: Self
pub const InternetAvailable: Self
pub const InternetNotAvailable: Self
pub const SessionConnected: Self
pub const SessionDisconnected: Self
pub const FreeNetworkAvailable: Self
pub const BackgroundWorkCostNotHigh: Self
Trait Implementations
impl Clone for SystemConditionType
impl Clone for SystemConditionType
impl Copy for SystemConditionType
Auto Trait Implementations
impl RefUnwindSafe for SystemConditionType
impl Send for SystemConditionType
impl Sync for SystemConditionType
impl Unpin for SystemConditionType
impl UnwindSafe for SystemConditionType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more