Enum btleplug::api::AddressType
source · [−]pub enum AddressType {
Random,
Public,
}Variants
Random
Public
Implementations
sourceimpl AddressType
impl AddressType
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 moresourceimpl Debug for AddressType
impl Debug for AddressType
sourceimpl Default for AddressType
impl Default for AddressType
sourceimpl From<AddressType> for AddressType
impl From<AddressType> for AddressType
sourcefn from(address_type: AddressType) -> Self
fn from(address_type: AddressType) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<AddressType> for AddressType
impl PartialEq<AddressType> for AddressType
sourcefn eq(&self, other: &AddressType) -> bool
fn eq(&self, other: &AddressType) -> bool
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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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