pub enum BleUuid {
Uuid16(ble_uuid16_t),
Uuid128(ble_uuid128_t),
}Expand description
A BLE UUID, either 16-bit (assigned) or 128-bit (vendor-specific).
Variants§
Uuid16(ble_uuid16_t)
Uuid128(ble_uuid128_t)
Implementations§
Trait Implementations§
impl Copy for BleUuid
impl Eq for BleUuid
Auto Trait Implementations§
impl Freeze for BleUuid
impl RefUnwindSafe for BleUuid
impl Send for BleUuid
impl Sync for BleUuid
impl Unpin for BleUuid
impl UnsafeUnpin for BleUuid
impl UnwindSafe for BleUuid
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)