Struct windows::Devices::Radios::RadioAccessStatus
#[repr(transparent)]pub struct RadioAccessStatus(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl RadioAccessStatus
impl RadioAccessStatus
pub const Unspecified: Self = _
pub const Allowed: Self = _
pub const DeniedByUser: Self = _
pub const DeniedBySystem: Self = _
Trait Implementations§
§impl Clone for RadioAccessStatus
impl Clone for RadioAccessStatus
§fn clone(&self) -> RadioAccessStatus
fn clone(&self) -> RadioAccessStatus
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 RadioAccessStatus
impl Debug for RadioAccessStatus
§impl Default for RadioAccessStatus
impl Default for RadioAccessStatus
§fn default() -> RadioAccessStatus
fn default() -> RadioAccessStatus
Returns the “default value” for a type. Read more
§impl PartialEq for RadioAccessStatus
impl PartialEq for RadioAccessStatus
§fn eq(&self, other: &RadioAccessStatus) -> bool
fn eq(&self, other: &RadioAccessStatus) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for RadioAccessStatus
impl Eq for RadioAccessStatus
impl StructuralPartialEq for RadioAccessStatus
Auto Trait Implementations§
impl Freeze for RadioAccessStatus
impl RefUnwindSafe for RadioAccessStatus
impl Send for RadioAccessStatus
impl Sync for RadioAccessStatus
impl Unpin for RadioAccessStatus
impl UnwindSafe for RadioAccessStatus
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
)