#[repr(C, packed)]pub struct ble_gatts_cfg_service_changed_t {
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1], u8>,
}
Expand description
@brief Service Changed Inclusion configuration parameters, set with @ref sd_ble_cfg_set.
Fields§
§_bitfield_1: __BindgenBitfieldUnit<[u8; 1], u8>
Implementations§
source§impl ble_gatts_cfg_service_changed_t
impl ble_gatts_cfg_service_changed_t
pub fn service_changed(&self) -> u8
pub fn set_service_changed(&mut self, val: u8)
pub fn new_bitfield_1(service_changed: u8) -> __BindgenBitfieldUnit<[u8; 1], u8>
Trait Implementations§
source§impl Clone for ble_gatts_cfg_service_changed_t
impl Clone for ble_gatts_cfg_service_changed_t
source§fn clone(&self) -> ble_gatts_cfg_service_changed_t
fn clone(&self) -> ble_gatts_cfg_service_changed_t
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