#[repr(C)]pub struct otPlatBleUuid {
pub mType: otPlatBleUuidType,
pub mValue: otPlatBleUuidValue,
}Expand description
This structure represents BLE UUID.
Fields§
§mType: otPlatBleUuidType< A type of UUID in @p mValue.
mValue: otPlatBleUuidValue< A value of UUID.
Trait Implementations§
Source§impl Clone for otPlatBleUuid
impl Clone for otPlatBleUuid
Source§fn clone(&self) -> otPlatBleUuid
fn clone(&self) -> otPlatBleUuid
Returns a copy 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 moreimpl Copy for otPlatBleUuid
Auto Trait Implementations§
impl Freeze for otPlatBleUuid
impl RefUnwindSafe for otPlatBleUuid
impl !Send for otPlatBleUuid
impl !Sync for otPlatBleUuid
impl Unpin for otPlatBleUuid
impl UnwindSafe for otPlatBleUuid
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