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