pub enum BleUuid {
Bit16(u16),
Bit128([u8; 16]),
}Variants§
Trait Implementations§
impl Copy for BleUuid
impl Eq for BleUuid
impl StructuralPartialEq 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§
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