Struct winsafe::dshow::vt::IFileSinkFilterVT[][src]

pub struct IFileSinkFilterVT {
    pub IUnknownVT: IUnknownVT,
    pub SetFileName: fn(_: *mut *mut IUnknownVT, _: *const u16, _: *const c_void) -> i32,
    pub GetCurFile: fn(_: *mut *mut IUnknownVT, _: *mut *mut u16, _: *mut c_void) -> i32,
}
Expand description

IFileSinkFilter virtual table.

Fields

IUnknownVT: IUnknownVTSetFileName: fn(_: *mut *mut IUnknownVT, _: *const u16, _: *const c_void) -> i32GetCurFile: fn(_: *mut *mut IUnknownVT, _: *mut *mut u16, _: *mut c_void) -> i32

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.