#[repr(C)]pub struct ble_gap_passkey_params {
pub action: u8,
pub numcmp: u32,
}
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§
Source§impl Clone for ble_gap_passkey_params
impl Clone for ble_gap_passkey_params
Source§fn clone(&self) -> ble_gap_passkey_params
fn clone(&self) -> ble_gap_passkey_params
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 Debug for ble_gap_passkey_params
impl Debug for ble_gap_passkey_params
Source§impl Default for ble_gap_passkey_params
impl Default for ble_gap_passkey_params
Source§fn 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 Freeze for ble_gap_passkey_params
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§
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 8 bytes