#[repr(transparent)]pub struct BackgroundAccessStatus(pub i32);
Expand description
Required features: ‘ApplicationModel_Background’
Tuple Fields
0: i32
Implementations
impl BackgroundAccessStatus
impl BackgroundAccessStatus
pub const Unspecified: Self
pub const AllowedWithAlwaysOnRealTimeConnectivity: Self
pub const AllowedMayUseActiveRealTimeConnectivity: Self
pub const Denied: Self
pub const AlwaysAllowed: Self
pub const AllowedSubjectToSystemPolicy: Self
pub const DeniedBySystemPolicy: Self
pub const DeniedByUser: Self
Trait Implementations
impl Clone for BackgroundAccessStatus
impl Clone for BackgroundAccessStatus
impl Copy for BackgroundAccessStatus
Auto Trait Implementations
impl RefUnwindSafe for BackgroundAccessStatus
impl Send for BackgroundAccessStatus
impl Sync for BackgroundAccessStatus
impl Unpin for BackgroundAccessStatus
impl UnwindSafe for BackgroundAccessStatus
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