Struct BackgroundAccessStatus
#[repr(transparent)]pub struct BackgroundAccessStatus(pub i32);
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
§fn clone(&self) -> BackgroundAccessStatus
fn clone(&self) -> BackgroundAccessStatus
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for BackgroundAccessStatus
impl Debug for BackgroundAccessStatus
§impl Default for BackgroundAccessStatus
impl Default for BackgroundAccessStatus
§fn default() -> BackgroundAccessStatus
fn default() -> BackgroundAccessStatus
Returns the “default value” for a type. Read more
§impl PartialEq for BackgroundAccessStatus
impl PartialEq for BackgroundAccessStatus
impl Copy for BackgroundAccessStatus
impl Eq for BackgroundAccessStatus
impl StructuralPartialEq for BackgroundAccessStatus
Auto Trait Implementations§
impl Freeze for BackgroundAccessStatus
impl RefUnwindSafe for BackgroundAccessStatus
impl Send for BackgroundAccessStatus
impl Sync for BackgroundAccessStatus
impl Unpin for BackgroundAccessStatus
impl UnwindSafe for BackgroundAccessStatus
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