#[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
§fn eq(&self, other: &BackgroundAccessStatus) -> bool
fn eq(&self, other: &BackgroundAccessStatus) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)