Struct riot_sys::bluetil_ad_data_t
source · Expand description
@brief Struct used for returning the contents of a selected field
Fields§
§data: *mut u8
< pointer a field’s payload
len: size_t
< length of the payload
Trait Implementations§
source§impl Clone for bluetil_ad_data_t
impl Clone for bluetil_ad_data_t
source§fn clone(&self) -> bluetil_ad_data_t
fn clone(&self) -> bluetil_ad_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