pub struct GuidEntry<'a> { /* private fields */ }Expand description
Zero-copy view of an MSFT_GuidEntry (24 bytes) in the GUID table.
Each entry stores a 16-byte GUID, an hreftype linking it to a
TypeInfo (or -2 for the typelib’s own GUID), and a hash chain pointer.
Implementations§
Trait Implementations§
impl<'a> Copy for GuidEntry<'a>
Auto Trait Implementations§
impl<'a> Freeze for GuidEntry<'a>
impl<'a> RefUnwindSafe for GuidEntry<'a>
impl<'a> Send for GuidEntry<'a>
impl<'a> Sync for GuidEntry<'a>
impl<'a> Unpin for GuidEntry<'a>
impl<'a> UnsafeUnpin for GuidEntry<'a>
impl<'a> UnwindSafe for GuidEntry<'a>
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