#[repr(C)]pub struct _e_guid_t {
pub data1: guint32,
pub data2: guint16,
pub data3: guint16,
pub data4: [guint8; 8],
}Fields§
§data1: guint32§data2: guint16§data3: guint16§data4: [guint8; 8]Trait Implementations§
Auto Trait Implementations§
impl Freeze for _e_guid_t
impl RefUnwindSafe for _e_guid_t
impl Send for _e_guid_t
impl Sync for _e_guid_t
impl Unpin for _e_guid_t
impl UnwindSafe for _e_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