#[repr(C, packed)]pub struct ble_hci_le_set_scan_rsp_data_cp {
pub scan_rsp_len: u8,
pub scan_rsp: [u8; 31],
}
Fields§
§scan_rsp_len: u8
§scan_rsp: [u8; 31]
Trait Implementations§
source§impl Clone for ble_hci_le_set_scan_rsp_data_cp
impl Clone for ble_hci_le_set_scan_rsp_data_cp
source§fn clone(&self) -> ble_hci_le_set_scan_rsp_data_cp
fn clone(&self) -> ble_hci_le_set_scan_rsp_data_cp
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 moresource§impl Default for ble_hci_le_set_scan_rsp_data_cp
impl Default for ble_hci_le_set_scan_rsp_data_cp
source§fn default() -> ble_hci_le_set_scan_rsp_data_cp
fn default() -> ble_hci_le_set_scan_rsp_data_cp
Returns the “default value” for a type. Read more