#[repr(C)]pub struct ITypeComp {
pub lpVtbl: *mut ITypeCompVtbl,
}
Fields§
§lpVtbl: *mut ITypeCompVtbl
Trait Implementations§
Source§impl Ord for ITypeComp
impl Ord for ITypeComp
Source§impl PartialOrd for ITypeComp
impl PartialOrd for ITypeComp
impl Copy for ITypeComp
impl Eq for ITypeComp
impl StructuralPartialEq for ITypeComp
Auto Trait Implementations§
impl Freeze for ITypeComp
impl RefUnwindSafe for ITypeComp
impl !Send for ITypeComp
impl !Sync for ITypeComp
impl Unpin for ITypeComp
impl UnwindSafe for ITypeComp
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