Struct webview2_sys::ISequentialStreamVTable[][src]

#[repr(C)]
pub struct ISequentialStreamVTable { pub iunknown_base: <dyn IUnknown as ComInterface>::VTable, pub Read: unsafe extern "stdcall" fn(_: *mut ISequentialStreamVPtr, _: *mut c_void, _: ULONG, _: *mut ULONG) -> HRESULT, pub Write: unsafe extern "stdcall" fn(_: *mut ISequentialStreamVPtr, _: *const c_void, _: ULONG, _: *mut ULONG) -> HRESULT, }

Fields

iunknown_base: <dyn IUnknown as ComInterface>::VTableRead: unsafe extern "stdcall" fn(_: *mut ISequentialStreamVPtr, _: *mut c_void, _: ULONG, _: *mut ULONG) -> HRESULTWrite: unsafe extern "stdcall" fn(_: *mut ISequentialStreamVPtr, _: *const c_void, _: ULONG, _: *mut ULONG) -> 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.