#[repr(C)]pub struct uuid_t {
pub type_: u8,
pub value: uuid_t_value,
}
Fields§
§type_: u8
§value: uuid_t_value
Trait Implementations§
Auto Trait Implementations§
impl Freeze for uuid_t
impl RefUnwindSafe for uuid_t
impl Send for uuid_t
impl Sync for uuid_t
impl Unpin for uuid_t
impl UnwindSafe for 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