[][src]Struct winapi::um::dcommon::DWRITE_GLYPH_IMAGE_DATA

#[repr(C)]
pub struct DWRITE_GLYPH_IMAGE_DATA {
    pub imageData: *const c_void,
    pub imageDataSize: UINT32,
    pub uniqueDataId: UINT32,
    pub pixelsPerEm: UINT32,
    pub pixelSize: D2D1_SIZE_U,
    pub horizontalLeftOrigin: D2D1_POINT_2L,
    pub horizontalRightOrigin: D2D1_POINT_2L,
    pub verticalTopOrigin: D2D1_POINT_2L,
    pub verticalBottomOrigin: D2D1_POINT_2L,
}

Fields

imageData: *const c_voidimageDataSize: UINT32uniqueDataId: UINT32pixelsPerEm: UINT32pixelSize: D2D1_SIZE_UhorizontalLeftOrigin: D2D1_POINT_2LhorizontalRightOrigin: D2D1_POINT_2LverticalTopOrigin: D2D1_POINT_2LverticalBottomOrigin: D2D1_POINT_2L

Trait Implementations

impl Copy for DWRITE_GLYPH_IMAGE_DATA[src]

impl Clone for DWRITE_GLYPH_IMAGE_DATA[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl Default for DWRITE_GLYPH_IMAGE_DATA[src]

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]