#[repr(C)]pub struct ICodeInstall {
pub lpVtbl: *mut ICodeInstallVtbl,
}
Fields§
§lpVtbl: *mut ICodeInstallVtbl
Trait Implementations§
Source§impl Clone for ICodeInstall
impl Clone for ICodeInstall
Source§fn clone(&self) -> ICodeInstall
fn clone(&self) -> ICodeInstall
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 ICodeInstall
impl Debug for ICodeInstall
Source§impl Ord for ICodeInstall
impl Ord for ICodeInstall
Source§fn cmp(&self, other: &ICodeInstall) -> Ordering
fn cmp(&self, other: &ICodeInstall) -> 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 ICodeInstall
impl PartialEq for ICodeInstall
Source§impl PartialOrd for ICodeInstall
impl PartialOrd for ICodeInstall
impl Copy for ICodeInstall
impl Eq for ICodeInstall
impl StructuralPartialEq 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