#[repr(C)]pub struct otPlatBleGattDescriptor {
pub mUuid: otPlatBleUuid,
pub mHandle: u16,
}Expand description
This structure represents GATT Descriptor.
Fields§
§mUuid: otPlatBleUuid< A UUID value of descriptor.
mHandle: u16< Descriptor handle.
Trait Implementations§
Source§impl Clone for otPlatBleGattDescriptor
impl Clone for otPlatBleGattDescriptor
Source§fn clone(&self) -> otPlatBleGattDescriptor
fn clone(&self) -> otPlatBleGattDescriptor
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 otPlatBleGattDescriptor
Auto Trait Implementations§
impl Freeze for otPlatBleGattDescriptor
impl RefUnwindSafe for otPlatBleGattDescriptor
impl !Send for otPlatBleGattDescriptor
impl !Sync for otPlatBleGattDescriptor
impl Unpin for otPlatBleGattDescriptor
impl UnwindSafe for otPlatBleGattDescriptor
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