#[repr(C, packed(1))]pub union Char_UUID_t {
pub Char_UUID_16: u16,
pub Char_UUID_128: [u8; 16],
}Fields§
§Char_UUID_16: u1616-bit UUID
Char_UUID_128: [u8; 16]128-bit UUID
Trait Implementations§
Source§impl Clone for Char_UUID_t
impl Clone for Char_UUID_t
Source§fn clone(&self) -> Char_UUID_t
fn clone(&self) -> Char_UUID_t
Returns a duplicate 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 Char_UUID_t
Auto Trait Implementations§
impl Freeze for Char_UUID_t
impl RefUnwindSafe for Char_UUID_t
impl Send for Char_UUID_t
impl Sync for Char_UUID_t
impl Unpin for Char_UUID_t
impl UnwindSafe for Char_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