#[repr(C, packed(1))]pub struct ble_hci_ev_le_subev_scan_timeout {
pub subev_code: u8,
}Fields§
§subev_code: u8Trait Implementations§
Source§impl Clone for ble_hci_ev_le_subev_scan_timeout
impl Clone for ble_hci_ev_le_subev_scan_timeout
Source§fn clone(&self) -> ble_hci_ev_le_subev_scan_timeout
fn clone(&self) -> ble_hci_ev_le_subev_scan_timeout
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_scan_timeout
Auto Trait Implementations§
impl Freeze for ble_hci_ev_le_subev_scan_timeout
impl RefUnwindSafe for ble_hci_ev_le_subev_scan_timeout
impl Send for ble_hci_ev_le_subev_scan_timeout
impl Sync for ble_hci_ev_le_subev_scan_timeout
impl Unpin for ble_hci_ev_le_subev_scan_timeout
impl UnwindSafe for ble_hci_ev_le_subev_scan_timeout
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