#[repr(transparent)]pub struct CBCentralManagerState(pub NSInteger);👎Deprecated: Use CBManagerState instead
Available on crate feature
CBCentralManager only.Tuple Fields§
§0: NSInteger👎Deprecated: Use CBManagerState instead
Implementations§
source§impl CBCentralManagerState
impl CBCentralManagerState
pub const Unknown: Self = _
👎Deprecated: Use CBManagerState instead
Available on crate feature
CBManager only.pub const Resetting: Self = _
👎Deprecated: Use CBManagerState instead
Available on crate feature
CBManager only.pub const Unsupported: Self = _
👎Deprecated: Use CBManagerState instead
Available on crate feature
CBManager only.👎Deprecated: Use CBManagerState instead
Available on crate feature
CBManager only.pub const PoweredOff: Self = _
👎Deprecated: Use CBManagerState instead
Available on crate feature
CBManager only.pub const PoweredOn: Self = _
👎Deprecated: Use CBManagerState instead
Available on crate feature
CBManager only.Trait Implementations§
source§impl Clone for CBCentralManagerState
impl Clone for CBCentralManagerState
source§fn clone(&self) -> CBCentralManagerState
fn clone(&self) -> CBCentralManagerState
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 moresource§impl Debug for CBCentralManagerState
impl Debug for CBCentralManagerState
source§impl Encode for CBCentralManagerState
impl Encode for CBCentralManagerState
source§impl Hash for CBCentralManagerState
impl Hash for CBCentralManagerState
source§impl Ord for CBCentralManagerState
impl Ord for CBCentralManagerState
source§fn cmp(&self, other: &CBCentralManagerState) -> Ordering
fn cmp(&self, other: &CBCentralManagerState) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for CBCentralManagerState
impl PartialEq for CBCentralManagerState
source§fn eq(&self, other: &CBCentralManagerState) -> bool
fn eq(&self, other: &CBCentralManagerState) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for CBCentralManagerState
impl PartialOrd for CBCentralManagerState
source§fn partial_cmp(&self, other: &CBCentralManagerState) -> Option<Ordering>
fn partial_cmp(&self, other: &CBCentralManagerState) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moresource§impl RefEncode for CBCentralManagerState
impl RefEncode for CBCentralManagerState
source§const ENCODING_REF: Encoding = _
const ENCODING_REF: Encoding = _
The Objective-C type-encoding for a reference of this type. Read more
impl Copy for CBCentralManagerState
impl Eq for CBCentralManagerState
impl StructuralPartialEq for CBCentralManagerState
Auto Trait Implementations§
impl Freeze for CBCentralManagerState
impl RefUnwindSafe for CBCentralManagerState
impl Send for CBCentralManagerState
impl Sync for CBCentralManagerState
impl Unpin for CBCentralManagerState
impl UnwindSafe for CBCentralManagerState
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> EncodeArgument for Twhere
T: Encode,
impl<T> EncodeArgument for Twhere
T: Encode,
source§const ENCODING_ARGUMENT: Encoding = T::ENCODING
const ENCODING_ARGUMENT: Encoding = T::ENCODING
The Objective-C type-encoding for this type.
source§impl<T> EncodeReturn for Twhere
T: Encode,
impl<T> EncodeReturn for Twhere
T: Encode,
source§const ENCODING_RETURN: Encoding = T::ENCODING
const ENCODING_RETURN: Encoding = T::ENCODING
The Objective-C type-encoding for this type.