#[repr(C)]pub struct ble_gatt_notif {
pub handle: u16,
pub value: *mut os_mbuf,
}Expand description
@server. / /* Represents one notification tuple in a multi notification PDU
Fields§
§handle: u16The attribute handle on which to notify.
value: *mut os_mbufThe notification value.
Trait Implementations§
Source§impl Clone for ble_gatt_notif
impl Clone for ble_gatt_notif
Source§fn clone(&self) -> ble_gatt_notif
fn clone(&self) -> ble_gatt_notif
Returns a duplicate of the value. Read more
1.0.0 (const: unstable)§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ble_gatt_notif
Source§impl Debug for ble_gatt_notif
impl Debug for ble_gatt_notif
Source§impl Default for ble_gatt_notif
impl Default for ble_gatt_notif
Source§fn default() -> ble_gatt_notif
fn default() -> ble_gatt_notif
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Send for ble_gatt_notif
impl !Sync for ble_gatt_notif
impl Freeze for ble_gatt_notif
impl RefUnwindSafe for ble_gatt_notif
impl Unpin for ble_gatt_notif
impl UnsafeUnpin for ble_gatt_notif
impl UnwindSafe for ble_gatt_notif
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)