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