pub struct Uuid16(/* private fields */);Expand description
16-bit Bluetooth SIG UUID.
Implementations§
Trait Implementations§
Source§impl From<Characteristic> for Uuid16
impl From<Characteristic> for Uuid16
Source§fn from(v: Characteristic) -> Self
fn from(v: Characteristic) -> Self
Converts to this type from the input type.
Source§impl From<Declaration> for Uuid16
impl From<Declaration> for Uuid16
Source§fn from(v: Declaration) -> Self
fn from(v: Declaration) -> Self
Converts to this type from the input type.
Source§impl From<Descriptor> for Uuid16
impl From<Descriptor> for Uuid16
Source§fn from(v: Descriptor) -> Self
fn from(v: Descriptor) -> Self
Converts to this type from the input type.
Source§impl From<ServiceClass> for Uuid16
impl From<ServiceClass> for Uuid16
Source§fn from(v: ServiceClass) -> Self
fn from(v: ServiceClass) -> Self
Converts to this type from the input type.
Source§impl Ord for Uuid16
impl Ord for Uuid16
Source§impl PartialEq<Characteristic> for Uuid16
impl PartialEq<Characteristic> for Uuid16
Source§impl PartialEq<Declaration> for Uuid16
impl PartialEq<Declaration> for Uuid16
Source§impl PartialEq<Descriptor> for Uuid16
impl PartialEq<Descriptor> for Uuid16
Source§impl PartialEq<ServiceClass> for Uuid16
impl PartialEq<ServiceClass> for Uuid16
Source§impl PartialEq<Uuid16> for Characteristic
impl PartialEq<Uuid16> for Characteristic
Source§impl PartialEq<Uuid16> for Declaration
impl PartialEq<Uuid16> for Declaration
Source§impl PartialEq<Uuid16> for Descriptor
impl PartialEq<Uuid16> for Descriptor
Source§impl PartialEq<Uuid16> for ServiceClass
impl PartialEq<Uuid16> for ServiceClass
Source§impl PartialOrd for Uuid16
impl PartialOrd for Uuid16
Source§impl TryFrom<Uuid16> for Characteristic
impl TryFrom<Uuid16> for Characteristic
Source§impl TryFrom<Uuid16> for Declaration
impl TryFrom<Uuid16> for Declaration
Source§impl TryFrom<Uuid16> for Descriptor
impl TryFrom<Uuid16> for Descriptor
Source§impl TryFrom<Uuid16> for ServiceClass
impl TryFrom<Uuid16> for ServiceClass
impl Copy for Uuid16
impl Eq for Uuid16
impl StructuralPartialEq for Uuid16
Auto Trait Implementations§
impl Freeze for Uuid16
impl RefUnwindSafe for Uuid16
impl Send for Uuid16
impl Sync for Uuid16
impl Unpin for Uuid16
impl UnwindSafe for Uuid16
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