#[repr(C)]pub struct BleGattCharacteristicDescriptorParams {
pub uuid: Char_Desc_Uuid_t,
pub data_callback: BleGattCharacteristicDescriptorParams__bindgen_ty_1,
pub uuid_type: u8,
pub max_length: u8,
pub security_permissions: u8,
pub access_permissions: u8,
pub gatt_evt_mask: u8,
pub is_variable: u8,
}Fields§
§uuid: Char_Desc_Uuid_t§data_callback: BleGattCharacteristicDescriptorParams__bindgen_ty_1§uuid_type: u8§max_length: u8§security_permissions: u8§access_permissions: u8§gatt_evt_mask: u8§is_variable: u8Trait Implementations§
Source§impl Clone for BleGattCharacteristicDescriptorParams
impl Clone for BleGattCharacteristicDescriptorParams
Source§fn clone(&self) -> BleGattCharacteristicDescriptorParams
fn clone(&self) -> BleGattCharacteristicDescriptorParams
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 BleGattCharacteristicDescriptorParams
Auto Trait Implementations§
impl Freeze for BleGattCharacteristicDescriptorParams
impl RefUnwindSafe for BleGattCharacteristicDescriptorParams
impl !Send for BleGattCharacteristicDescriptorParams
impl !Sync for BleGattCharacteristicDescriptorParams
impl Unpin for BleGattCharacteristicDescriptorParams
impl UnwindSafe for BleGattCharacteristicDescriptorParams
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