Struct winapi::dxgi::IDXGIKeyedMutexVtbl [] [src]

pub struct IDXGIKeyedMutexVtbl {
    pub parent: IDXGIDeviceSubObjectVtbl,
    pub AcquireSync: unsafe extern "system" fn(This: *mut IDXGIKeyedMutex, Key: UINT64, dwMilliseconds: DWORD) -> HRESULT,
    pub ReleaseSync: unsafe extern "system" fn(This: *mut IDXGIKeyedMutex, Key: UINT64) -> HRESULT,
}

Fields

parent: IDXGIDeviceSubObjectVtbl AcquireSync: unsafe extern "system" fn(This: *mut IDXGIKeyedMutex, Key: UINT64, dwMilliseconds: DWORD) -> HRESULT ReleaseSync: unsafe extern "system" fn(This: *mut IDXGIKeyedMutex, Key: UINT64) -> HRESULT