#[repr(C)]pub struct _guid_key {
pub guid: e_guid_t,
pub ver: guint16,
}Fields§
§guid: e_guid_t§ver: guint16Trait Implementations§
Auto Trait Implementations§
impl Freeze for _guid_key
impl RefUnwindSafe for _guid_key
impl Send for _guid_key
impl Sync for _guid_key
impl Unpin for _guid_key
impl UnwindSafe for _guid_key
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