Struct riot_sys::ble_hci_le_start_encrypt_cp
source · [−]#[repr(C, packed)]pub struct ble_hci_le_start_encrypt_cp {
pub conn_handle: u16,
pub rand: u64,
pub div: u16,
pub ltk: [u8; 16],
}
Fields
conn_handle: u16
rand: u64
div: u16
ltk: [u8; 16]
Trait Implementations
sourceimpl Clone for ble_hci_le_start_encrypt_cp
impl Clone for ble_hci_le_start_encrypt_cp
sourcefn clone(&self) -> ble_hci_le_start_encrypt_cp
fn clone(&self) -> ble_hci_le_start_encrypt_cp
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_hci_le_start_encrypt_cp
impl Debug for ble_hci_le_start_encrypt_cp
sourceimpl Default for ble_hci_le_start_encrypt_cp
impl Default for ble_hci_le_start_encrypt_cp
sourcefn default() -> ble_hci_le_start_encrypt_cp
fn default() -> ble_hci_le_start_encrypt_cp
Returns the “default value” for a type. Read more
impl Copy for ble_hci_le_start_encrypt_cp
Auto Trait Implementations
impl RefUnwindSafe for ble_hci_le_start_encrypt_cp
impl Send for ble_hci_le_start_encrypt_cp
impl Sync for ble_hci_le_start_encrypt_cp
impl Unpin for ble_hci_le_start_encrypt_cp
impl UnwindSafe for ble_hci_le_start_encrypt_cp
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