#[repr(C, packed(1))]
pub union Service_UUID_t {
pub Service_UUID_16: u16,
pub Service_UUID_128: [u8; 16],
}Fields§
§Service_UUID_16: u1616-bit UUID
Service_UUID_128: [u8; 16]128-bit UUID
Trait Implementations§
Source§impl Clone for Service_UUID_t
impl Clone for Service_UUID_t
Source§fn clone(&self) -> Service_UUID_t
fn clone(&self) -> Service_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 moreimpl Copy for Service_UUID_t
Auto Trait Implementations§
impl Freeze for Service_UUID_t
impl RefUnwindSafe for Service_UUID_t
impl Send for Service_UUID_t
impl Sync for Service_UUID_t
impl Unpin for Service_UUID_t
impl UnwindSafe for Service_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