Struct riot_sys::ble_hci_le_set_host_feat_cp
source · [−]Fields
bit_num: u8
val: u8
Trait Implementations
sourceimpl Clone for ble_hci_le_set_host_feat_cp
impl Clone for ble_hci_le_set_host_feat_cp
sourcefn clone(&self) -> ble_hci_le_set_host_feat_cp
fn clone(&self) -> ble_hci_le_set_host_feat_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_set_host_feat_cp
impl Debug for ble_hci_le_set_host_feat_cp
sourceimpl Default for ble_hci_le_set_host_feat_cp
impl Default for ble_hci_le_set_host_feat_cp
sourcefn default() -> ble_hci_le_set_host_feat_cp
fn default() -> ble_hci_le_set_host_feat_cp
Returns the “default value” for a type. Read more
impl Copy for ble_hci_le_set_host_feat_cp
Auto Trait Implementations
impl RefUnwindSafe for ble_hci_le_set_host_feat_cp
impl Send for ble_hci_le_set_host_feat_cp
impl Sync for ble_hci_le_set_host_feat_cp
impl Unpin for ble_hci_le_set_host_feat_cp
impl UnwindSafe for ble_hci_le_set_host_feat_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