#[repr(C, packed)]pub struct ble_hci_ev_le_subev_rd_loc_p256_pubkey {
pub subev_code: u8,
pub status: u8,
pub public_key: [u8; 64],
}
Fields§
§subev_code: u8
§status: u8
§public_key: [u8; 64]
Trait Implementations§
source§impl Clone for ble_hci_ev_le_subev_rd_loc_p256_pubkey
impl Clone for ble_hci_ev_le_subev_rd_loc_p256_pubkey
source§fn clone(&self) -> ble_hci_ev_le_subev_rd_loc_p256_pubkey
fn clone(&self) -> ble_hci_ev_le_subev_rd_loc_p256_pubkey
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 moreimpl Copy for ble_hci_ev_le_subev_rd_loc_p256_pubkey
Auto Trait Implementations§
impl RefUnwindSafe for ble_hci_ev_le_subev_rd_loc_p256_pubkey
impl Send for ble_hci_ev_le_subev_rd_loc_p256_pubkey
impl Sync for ble_hci_ev_le_subev_rd_loc_p256_pubkey
impl Unpin for ble_hci_ev_le_subev_rd_loc_p256_pubkey
impl UnwindSafe for ble_hci_ev_le_subev_rd_loc_p256_pubkey
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