Struct riot_sys::ble_uuid_t
source · #[repr(C)]pub struct ble_uuid_t {
pub type_: u8,
}
Expand description
Generic UUID type, to be used only as a pointer
Fields§
§type_: u8
Type of the UUID
Trait Implementations§
source§impl Clone for ble_uuid_t
impl Clone for ble_uuid_t
source§fn clone(&self) -> ble_uuid_t
fn clone(&self) -> ble_uuid_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_uuid_t
impl Debug for ble_uuid_t
source§impl Default for ble_uuid_t
impl Default for ble_uuid_t
source§fn default() -> ble_uuid_t
fn default() -> ble_uuid_t
Returns the “default value” for a type. Read more
impl Copy for ble_uuid_t
Auto Trait Implementations§
impl RefUnwindSafe for ble_uuid_t
impl Send for ble_uuid_t
impl Sync for ble_uuid_t
impl Unpin for ble_uuid_t
impl UnwindSafe for ble_uuid_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