#[repr(C)]pub struct ITypeLibRegistration {
pub lpVtbl: *mut ITypeLibRegistrationVtbl,
}
Fields§
§lpVtbl: *mut ITypeLibRegistrationVtbl
Trait Implementations§
Source§impl Clone for ITypeLibRegistration
impl Clone for ITypeLibRegistration
Source§fn clone(&self) -> ITypeLibRegistration
fn clone(&self) -> ITypeLibRegistration
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 ITypeLibRegistration
impl Debug for ITypeLibRegistration
Source§impl Ord for ITypeLibRegistration
impl Ord for ITypeLibRegistration
Source§fn cmp(&self, other: &ITypeLibRegistration) -> Ordering
fn cmp(&self, other: &ITypeLibRegistration) -> 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 PartialEq for ITypeLibRegistration
impl PartialEq for ITypeLibRegistration
Source§impl PartialOrd for ITypeLibRegistration
impl PartialOrd for ITypeLibRegistration
impl Copy for ITypeLibRegistration
impl Eq for ITypeLibRegistration
impl StructuralPartialEq for ITypeLibRegistration
Auto Trait Implementations§
impl Freeze for ITypeLibRegistration
impl RefUnwindSafe for ITypeLibRegistration
impl !Send for ITypeLibRegistration
impl !Sync for ITypeLibRegistration
impl Unpin for ITypeLibRegistration
impl UnwindSafe for ITypeLibRegistration
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