#[repr(C, packed)]pub struct ble_gatt_char_ext_props_t {
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1], u8>,
}
Expand description
@brief GATT Characteristic Extended Properties.
Fields§
§_bitfield_1: __BindgenBitfieldUnit<[u8; 1], u8>
Implementations§
source§impl ble_gatt_char_ext_props_t
impl ble_gatt_char_ext_props_t
pub fn reliable_wr(&self) -> u8
pub fn set_reliable_wr(&mut self, val: u8)
pub fn wr_aux(&self) -> u8
pub fn set_wr_aux(&mut self, val: u8)
pub fn new_bitfield_1(
reliable_wr: u8,
wr_aux: u8
) -> __BindgenBitfieldUnit<[u8; 1], u8>
Trait Implementations§
source§impl Clone for ble_gatt_char_ext_props_t
impl Clone for ble_gatt_char_ext_props_t
source§fn clone(&self) -> ble_gatt_char_ext_props_t
fn clone(&self) -> ble_gatt_char_ext_props_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