#[repr(C)]pub struct ICodeInstall {
pub lpVtbl: *mut ICodeInstallVtbl,
}Fields§
§lpVtbl: *mut ICodeInstallVtblTrait Implementations§
Source§impl Clone for ICodeInstall
impl Clone for ICodeInstall
Source§fn clone(&self) -> ICodeInstall
fn clone(&self) -> ICodeInstall
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 ICodeInstall
impl Debug for ICodeInstall
impl Copy for ICodeInstall
Auto Trait Implementations§
impl Freeze for ICodeInstall
impl RefUnwindSafe for ICodeInstall
impl !Send for ICodeInstall
impl !Sync for ICodeInstall
impl Unpin for ICodeInstall
impl UnwindSafe for ICodeInstall
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