#[repr(C)]pub struct ble_user_mem_block_t {
pub p_mem: *mut u8,
pub len: u16,
}
Expand description
@brief User Memory Block.
Fields§
§p_mem: *mut u8
< Pointer to the start of the user memory block.
len: u16
< Length in bytes of the user memory block.
Trait Implementations§
source§impl Clone for ble_user_mem_block_t
impl Clone for ble_user_mem_block_t
source§fn clone(&self) -> ble_user_mem_block_t
fn clone(&self) -> ble_user_mem_block_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