Struct riot_sys::ble_npl_mutex
source · #[repr(C)]pub struct ble_npl_mutex {
pub mu: mutex_t,
}
Fields§
§mu: mutex_t
Trait Implementations§
source§impl Clone for ble_npl_mutex
impl Clone for ble_npl_mutex
source§fn clone(&self) -> ble_npl_mutex
fn clone(&self) -> ble_npl_mutex
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 more