Struct GattOpenStatus
#[repr(transparent)]pub struct GattOpenStatus(pub i32);Tuple Fields§
§0: i32Implementations§
§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 duplicate 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
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