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

#[repr(C)]
pub struct ID2D1SolidColorBrush {
    pub lpVtbl: *const ID2D1SolidColorBrushVtbl,
}

Fields

lpVtbl: *const ID2D1SolidColorBrushVtbl

Methods

impl ID2D1SolidColorBrush[src]

pub unsafe fn SetColor(&self, color: *const D2D1_COLOR_F)[src]

pub unsafe fn GetColor(&self) -> D2D1_COLOR_F[src]

Methods from Deref<Target = ID2D1Brush>

pub unsafe fn SetOpacity(&self, opacity: FLOAT)[src]

pub unsafe fn SetTransform(&self, transform: *const D2D1_MATRIX_3X2_F)[src]

pub unsafe fn GetOpacity(&self) -> FLOAT[src]

pub unsafe fn GetTransform(&self, transform: *mut D2D1_MATRIX_3X2_F)[src]

Trait Implementations

impl Interface for ID2D1SolidColorBrush[src]

impl Deref for ID2D1SolidColorBrush[src]

type Target = ID2D1Brush

The resulting type after dereferencing.

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]