#[repr(u8)]pub enum BleOwnAddrType {
Public = 0,
Private = 1,
}
Variants§
Trait Implementations§
Source§impl Clone for BleOwnAddrType
impl Clone for BleOwnAddrType
Source§fn clone(&self) -> BleOwnAddrType
fn clone(&self) -> BleOwnAddrType
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 moreSource§impl Format for BleOwnAddrType
impl Format for BleOwnAddrType
impl Copy for BleOwnAddrType
Auto Trait Implementations§
impl Freeze for BleOwnAddrType
impl RefUnwindSafe for BleOwnAddrType
impl Send for BleOwnAddrType
impl Sync for BleOwnAddrType
impl Unpin for BleOwnAddrType
impl UnwindSafe for BleOwnAddrType
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