#[repr(C, packed)]pub struct ble_hci_le_set_ext_scan_params_cp {
pub own_addr_type: u8,
pub filter_policy: u8,
pub phys: u8,
pub scans: __IncompleteArrayField<scan_params>,
}
Fields§
§own_addr_type: u8
§filter_policy: u8
§phys: u8
§scans: __IncompleteArrayField<scan_params>
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ble_hci_le_set_ext_scan_params_cp
impl Send for ble_hci_le_set_ext_scan_params_cp
impl Sync for ble_hci_le_set_ext_scan_params_cp
impl Unpin for ble_hci_le_set_ext_scan_params_cp
impl UnwindSafe for ble_hci_le_set_ext_scan_params_cp
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more