Struct nrf_softdevice_s113::ble_data_t
source · #[repr(C)]pub struct ble_data_t {
pub p_data: *mut u8,
pub len: u16,
}
Expand description
@brief Data structure.
Fields§
§p_data: *mut u8
< Pointer to the data buffer provided to/from the application.
len: u16
< Length of the data buffer, in bytes.
Trait Implementations§
source§impl Clone for ble_data_t
impl Clone for ble_data_t
source§fn clone(&self) -> ble_data_t
fn clone(&self) -> ble_data_t
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 more