Struct winapi::d2d1::ID2D1GradientStopCollection [] [src]

pub struct ID2D1GradientStopCollection {
    pub lpVtbl: *const ID2D1GradientStopCollectionVtbl,
}

Fields

lpVtbl: *const ID2D1GradientStopCollectionVtbl

Methods

impl ID2D1GradientStopCollection
[src]

unsafe fn GetGradientStopCount(&mut self) -> UINT32

unsafe fn GetGradientStops(&mut self, gradientStops: *mut D2D1_GRADIENT_STOP, gradientStopsCount: UINT32)

unsafe fn GetColorInterpolationGamma(&mut self) -> D2D1_GAMMA

unsafe fn GetExtendMode(&mut self) -> D2D1_EXTEND_MODE

Methods from Deref<Target=ID2D1Resource>

unsafe fn GetFactory(&mut self, factory: *mut *mut ID2D1Factory)

Trait Implementations

impl Debug for ID2D1GradientStopCollection
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Deref for ID2D1GradientStopCollection
[src]

type Target = ID2D1Resource

The resulting type after dereferencing

fn deref(&self) -> &ID2D1Resource

The method called to dereference a value

impl DerefMut for ID2D1GradientStopCollection
[src]

fn deref_mut(&mut self) -> &mut ID2D1Resource

The method called to mutably dereference a value