#[repr(C)]pub struct C4UUID {
pub bytes: [u8; 16],
}Expand description
@} / /* \name Accessors @{
Fields§
§bytes: [u8; 16]Trait Implementations§
Auto Trait Implementations§
impl Freeze for C4UUID
impl RefUnwindSafe for C4UUID
impl Send for C4UUID
impl Sync for C4UUID
impl Unpin for C4UUID
impl UnwindSafe for C4UUID
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