#[repr(C)]pub union guid_t {
pub g_guid: [c_uchar; 16],
pub g_guid_asint: [c_uint; 4],
/* private fields */
}Fields§
§g_guid: [c_uchar; 16]§g_guid_asint: [c_uint; 4]Trait Implementations§
Auto Trait Implementations§
impl Freeze for guid_t
impl RefUnwindSafe for guid_t
impl Send for guid_t
impl Sync for guid_t
impl Unpin for guid_t
impl UnwindSafe for guid_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