#[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 = Self(0i32)
pub const AllowedWithAlwaysOnRealTimeConnectivity: Self = Self(1i32)
pub const AllowedMayUseActiveRealTimeConnectivity: Self = Self(2i32)
pub const Denied: Self = Self(3i32)
pub const AlwaysAllowed: Self = Self(4i32)
pub const AllowedSubjectToSystemPolicy: Self = Self(5i32)
pub const DeniedBySystemPolicy: Self = Self(6i32)
pub const DeniedByUser: Self = Self(7i32)
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 · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more