Struct winapi::d2d1::ID2D1Layer [] [src]

pub struct ID2D1Layer {
    pub lpVtbl: *const ID2D1LayerVtbl,
}

Fields

lpVtbl: *const ID2D1LayerVtbl

Methods

impl ID2D1Layer
[src]

unsafe fn GetSize(&mut self, ret: *mut D2D1_SIZE_F) -> *mut D2D1_SIZE_F

Methods from Deref<Target=ID2D1Resource>

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

Trait Implementations

impl Debug for ID2D1Layer
[src]

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

Formats the value using the given formatter.

impl Deref for ID2D1Layer
[src]

type Target = ID2D1Resource

The resulting type after dereferencing

fn deref(&self) -> &ID2D1Resource

The method called to dereference a value

impl DerefMut for ID2D1Layer
[src]

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

The method called to mutably dereference a value