#[repr(C)]pub struct ble_uuid32_t {
pub u: ble_uuid_t,
pub value: u32,
}Expand description
32-bit UUID
Fields§
§u: ble_uuid_t§value: u32Trait Implementations§
Source§impl Clone for ble_uuid32_t
impl Clone for ble_uuid32_t
Source§fn clone(&self) -> ble_uuid32_t
fn clone(&self) -> ble_uuid32_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_uuid32_t
impl Debug for ble_uuid32_t
impl Copy for ble_uuid32_t
Auto Trait Implementations§
impl Freeze for ble_uuid32_t
impl RefUnwindSafe for ble_uuid32_t
impl Send for ble_uuid32_t
impl Sync for ble_uuid32_t
impl Unpin for ble_uuid32_t
impl UnwindSafe for ble_uuid32_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