Struct winapi::um::objidlbase::IObjContextVtbl[][src]

#[repr(C)]
pub struct IObjContextVtbl { pub parent: IContextVtbl, pub Reserved1: unsafe extern "system" fn(This: *mut IObjContext), pub Reserved2: unsafe extern "system" fn(This: *mut IObjContext), pub Reserved3: unsafe extern "system" fn(This: *mut IObjContext), pub Reserved4: unsafe extern "system" fn(This: *mut IObjContext), pub Reserved5: unsafe extern "system" fn(This: *mut IObjContext), pub Reserved6: unsafe extern "system" fn(This: *mut IObjContext), pub Reserved7: unsafe extern "system" fn(This: *mut IObjContext), }

Fields

parent: IContextVtblReserved1: unsafe extern "system" fn(This: *mut IObjContext)Reserved2: unsafe extern "system" fn(This: *mut IObjContext)Reserved3: unsafe extern "system" fn(This: *mut IObjContext)Reserved4: unsafe extern "system" fn(This: *mut IObjContext)Reserved5: unsafe extern "system" fn(This: *mut IObjContext)Reserved6: unsafe extern "system" fn(This: *mut IObjContext)Reserved7: unsafe extern "system" fn(This: *mut IObjContext)

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.