Struct riot_sys::ble_gap_passkey_params
source · [−]Expand description
@brief Passkey query
Fields
action: u8
Passkey action, can be one of following constants:
- BLE_SM_IOACT_NONE
- BLE_SM_IOACT_OOB
- BLE_SM_IOACT_INPUT
- BLE_SM_IOACT_DISP
- BLE_SM_IOACT_NUMCMP
numcmp: u32
Passkey to compare, valid for BLE_SM_IOACT_NUMCMP action
Trait Implementations
sourceimpl Clone for ble_gap_passkey_params
impl Clone for ble_gap_passkey_params
sourcefn clone(&self) -> ble_gap_passkey_params
fn clone(&self) -> ble_gap_passkey_params
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for ble_gap_passkey_params
impl Debug for ble_gap_passkey_params
sourceimpl Default for ble_gap_passkey_params
impl Default for ble_gap_passkey_params
sourcefn default() -> ble_gap_passkey_params
fn default() -> ble_gap_passkey_params
Returns the “default value” for a type. Read more
impl Copy for ble_gap_passkey_params
Auto Trait Implementations
impl RefUnwindSafe for ble_gap_passkey_params
impl Send for ble_gap_passkey_params
impl Sync for ble_gap_passkey_params
impl Unpin for ble_gap_passkey_params
impl UnwindSafe for ble_gap_passkey_params
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more