#[repr(C)]pub struct ITypeLibRegistrationReader {
pub lpVtbl: *mut ITypeLibRegistrationReaderVtbl,
}
Fields§
§lpVtbl: *mut ITypeLibRegistrationReaderVtbl
Trait Implementations§
Source§impl Clone for ITypeLibRegistrationReader
impl Clone for ITypeLibRegistrationReader
Source§fn clone(&self) -> ITypeLibRegistrationReader
fn clone(&self) -> ITypeLibRegistrationReader
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ITypeLibRegistrationReader
impl Debug for ITypeLibRegistrationReader
Source§impl Ord for ITypeLibRegistrationReader
impl Ord for ITypeLibRegistrationReader
Source§fn cmp(&self, other: &ITypeLibRegistrationReader) -> Ordering
fn cmp(&self, other: &ITypeLibRegistrationReader) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for ITypeLibRegistrationReader
impl PartialOrd for ITypeLibRegistrationReader
impl Copy for ITypeLibRegistrationReader
impl Eq for ITypeLibRegistrationReader
impl StructuralPartialEq for ITypeLibRegistrationReader
Auto Trait Implementations§
impl Freeze for ITypeLibRegistrationReader
impl RefUnwindSafe for ITypeLibRegistrationReader
impl !Send for ITypeLibRegistrationReader
impl !Sync for ITypeLibRegistrationReader
impl Unpin for ITypeLibRegistrationReader
impl UnwindSafe for ITypeLibRegistrationReader
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