#[repr(C)]pub struct ITypeLibRegistrationReader {
pub lpVtbl: *mut ITypeLibRegistrationReaderVtbl,
}Fields§
§lpVtbl: *mut ITypeLibRegistrationReaderVtblTrait Implementations§
Source§impl Clone for ITypeLibRegistrationReader
impl Clone for ITypeLibRegistrationReader
Source§fn clone(&self) -> ITypeLibRegistrationReader
fn clone(&self) -> ITypeLibRegistrationReader
Returns a duplicate 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
impl Copy 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