Struct riot_sys::ble_addr_t
source · #[repr(C)]pub struct ble_addr_t {
pub type_: u8,
pub val: [u8; 6],
}
Fields§
§type_: u8
§val: [u8; 6]
Trait Implementations§
source§impl Clone for ble_addr_t
impl Clone for ble_addr_t
source§fn clone(&self) -> ble_addr_t
fn clone(&self) -> ble_addr_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 moresource§impl Debug for ble_addr_t
impl Debug for ble_addr_t
source§impl Default for ble_addr_t
impl Default for ble_addr_t
source§fn default() -> ble_addr_t
fn default() -> ble_addr_t
Returns the “default value” for a type. Read more