[][src]Struct winapi::um::d2d1::ID2D1GradientStopCollectionVtbl

#[repr(C)]
pub struct ID2D1GradientStopCollectionVtbl {
    pub parent: ID2D1ResourceVtbl,
    pub GetGradientStopCount: unsafe extern "system" fn(This: *mut ID2D1GradientStopCollection) -> UINT32,
    pub GetGradientStops: unsafe extern "system" fn(This: *mut ID2D1GradientStopCollection, gradientStops: *mut D2D1_GRADIENT_STOP, gradientStopsCount: UINT32),
    pub GetColorInterpolationGamma: unsafe extern "system" fn(This: *mut ID2D1GradientStopCollection) -> D2D1_GAMMA,
    pub GetExtendMode: unsafe extern "system" fn(This: *mut ID2D1GradientStopCollection) -> D2D1_EXTEND_MODE,
}

Fields

parent: ID2D1ResourceVtblGetGradientStopCount: unsafe extern "system" fn(This: *mut ID2D1GradientStopCollection) -> UINT32GetGradientStops: unsafe extern "system" fn(This: *mut ID2D1GradientStopCollection, gradientStops: *mut D2D1_GRADIENT_STOP, gradientStopsCount: UINT32)GetColorInterpolationGamma: unsafe extern "system" fn(This: *mut ID2D1GradientStopCollection) -> D2D1_GAMMAGetExtendMode: unsafe extern "system" fn(This: *mut ID2D1GradientStopCollection) -> D2D1_EXTEND_MODE

Auto Trait Implementations

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]