pub struct RefRecord<'a> { /* private fields */ }Expand description
Zero-copy view of a reference table entry (16 bytes).
Used to describe implemented interfaces on a coclass.
Entries form a linked list via onext.
Implementations§
Source§impl<'a> RefRecord<'a>
impl<'a> RefRecord<'a>
Sourcepub fn is_default(&self) -> bool
pub fn is_default(&self) -> bool
IMPLTYPEFLAG_FDEFAULT (bit 0).
Sourcepub fn is_restricted(&self) -> bool
pub fn is_restricted(&self) -> bool
IMPLTYPEFLAG_FRESTRICTED (bit 2).
Trait Implementations§
impl<'a> Copy for RefRecord<'a>
Auto Trait Implementations§
impl<'a> Freeze for RefRecord<'a>
impl<'a> RefUnwindSafe for RefRecord<'a>
impl<'a> Send for RefRecord<'a>
impl<'a> Sync for RefRecord<'a>
impl<'a> Unpin for RefRecord<'a>
impl<'a> UnsafeUnpin for RefRecord<'a>
impl<'a> UnwindSafe for RefRecord<'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