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

pub struct IEnumFiltersVT {
    pub IUnknownVT: IUnknownVT,
    pub Next: fn(_: *mut *mut IUnknownVT, _: u32, _: *mut *mut *mut IUnknownVT, _: *mut u32) -> i32,
    pub Skip: fn(_: *mut *mut IUnknownVT, _: u32) -> i32,
    pub Reset: fn(_: *mut *mut IUnknownVT) -> i32,
    pub Clone: fn(_: *mut *mut IUnknownVT, _: *mut *mut *mut IUnknownVT) -> i32,
}
Expand description

IEnumFilters virtual table.

Fields

IUnknownVT: IUnknownVTNext: fn(_: *mut *mut IUnknownVT, _: u32, _: *mut *mut *mut IUnknownVT, _: *mut u32) -> i32Skip: fn(_: *mut *mut IUnknownVT, _: u32) -> i32Reset: fn(_: *mut *mut IUnknownVT) -> i32Clone: fn(_: *mut *mut IUnknownVT, _: *mut *mut *mut IUnknownVT) -> 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.