Struct riot_sys::ble_hci_ev_enrypt_chg
source · #[repr(C, packed)]pub struct ble_hci_ev_enrypt_chg {
pub status: u8,
pub connection_handle: u16,
pub enabled: u8,
}
Fields§
§status: u8
§connection_handle: u16
§enabled: u8
Trait Implementations§
source§impl Clone for ble_hci_ev_enrypt_chg
impl Clone for ble_hci_ev_enrypt_chg
source§fn clone(&self) -> ble_hci_ev_enrypt_chg
fn clone(&self) -> ble_hci_ev_enrypt_chg
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_hci_ev_enrypt_chg
impl Debug for ble_hci_ev_enrypt_chg
source§impl Default for ble_hci_ev_enrypt_chg
impl Default for ble_hci_ev_enrypt_chg
source§fn default() -> ble_hci_ev_enrypt_chg
fn default() -> ble_hci_ev_enrypt_chg
Returns the “default value” for a type. Read more
impl Copy for ble_hci_ev_enrypt_chg
Auto Trait Implementations§
impl RefUnwindSafe for ble_hci_ev_enrypt_chg
impl Send for ble_hci_ev_enrypt_chg
impl Sync for ble_hci_ev_enrypt_chg
impl Unpin for ble_hci_ev_enrypt_chg
impl UnwindSafe for ble_hci_ev_enrypt_chg
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