Struct riot_sys::ble_uuid128_t
source · #[repr(C)]pub struct ble_uuid128_t {
pub u: ble_uuid_t,
pub value: [u8; 16],
}
Expand description
128-bit UUID
Fields§
§u: ble_uuid_t
§value: [u8; 16]
Trait Implementations§
source§impl Clone for ble_uuid128_t
impl Clone for ble_uuid128_t
source§fn clone(&self) -> ble_uuid128_t
fn clone(&self) -> ble_uuid128_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_uuid128_t
impl Debug for ble_uuid128_t
source§impl Default for ble_uuid128_t
impl Default for ble_uuid128_t
source§fn default() -> ble_uuid128_t
fn default() -> ble_uuid128_t
Returns the “default value” for a type. Read more
impl Copy for ble_uuid128_t
Auto Trait Implementations§
impl RefUnwindSafe for ble_uuid128_t
impl Send for ble_uuid128_t
impl Sync for ble_uuid128_t
impl Unpin for ble_uuid128_t
impl UnwindSafe for ble_uuid128_t
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more