Struct winapi::um::d2d1_3::ID2D1Factory3

source ·
#[repr(C)]
pub struct ID2D1Factory3 { pub lpVtbl: *const ID2D1Factory3Vtbl, }

Fields§

§lpVtbl: *const ID2D1Factory3Vtbl

Implementations§

Methods from Deref<Target = ID2D1Factory2>§

Methods from Deref<Target = ID2D1Factory1>§

Methods from Deref<Target = ID2D1Factory>§

Methods from Deref<Target = IUnknown>§

Trait Implementations§

The resulting type after dereferencing.
Dereferences the value.

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.