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

#[repr(C)]
pub struct ISynchronizeVtbl { pub parent: IUnknownVtbl, pub Wait: unsafe extern "system" fn(This: *mut ISynchronize, dwFlags: DWORD, dwMilliseconds: DWORD) -> HRESULT, pub Signal: unsafe extern "system" fn(This: *mut ISynchronize) -> HRESULT, pub Reset: unsafe extern "system" fn(This: *mut ISynchronize) -> HRESULT, }

Fields

parent: IUnknownVtblWait: unsafe extern "system" fn(This: *mut ISynchronize, dwFlags: DWORD, dwMilliseconds: DWORD) -> HRESULTSignal: unsafe extern "system" fn(This: *mut ISynchronize) -> HRESULTReset: unsafe extern "system" fn(This: *mut ISynchronize) -> HRESULT

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.