Enum bluez_async::AddressType
source · [−]pub enum AddressType {
Public,
Random,
}
Expand description
MAC address type of a Bluetooth device.
Variants
Public
Public address.
Random
Random address.
Trait Implementations
sourceimpl Clone for AddressType
impl Clone for AddressType
sourcefn clone(&self) -> AddressType
fn clone(&self) -> AddressType
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for AddressType
impl Debug for AddressType
sourceimpl Display for AddressType
impl Display for AddressType
sourceimpl FromStr for AddressType
impl FromStr for AddressType
sourceimpl Hash for AddressType
impl Hash for AddressType
sourceimpl Ord for AddressType
impl Ord for AddressType
sourceimpl PartialEq<AddressType> for AddressType
impl PartialEq<AddressType> for AddressType
sourceimpl PartialOrd<AddressType> for AddressType
impl PartialOrd<AddressType> for AddressType
sourcefn partial_cmp(&self, other: &AddressType) -> Option<Ordering>
fn partial_cmp(&self, other: &AddressType) -> Option<Ordering>
This method returns an ordering between self
and other
values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self
and other
) and is used by the <
operator. Read more
1.0.0 · sourcefn 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 more
impl Copy for AddressType
impl Eq for AddressType
impl StructuralEq for AddressType
impl StructuralPartialEq for AddressType
Auto Trait Implementations
impl RefUnwindSafe for AddressType
impl Send for AddressType
impl Sync for AddressType
impl Unpin for AddressType
impl UnwindSafe for AddressType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more