Struct winapi::dwrite::DWRITE_SHAPING_GLYPH_PROPERTIES [] [src]

pub struct DWRITE_SHAPING_GLYPH_PROPERTIES {
    pub bit_fields: UINT16,
}

Fields

bit_fields: UINT16

Methods

impl DWRITE_SHAPING_GLYPH_PROPERTIES
[src]

fn justification(&self) -> UINT16

fn set_justification(&mut self, val: UINT16)

fn isClusterStart(&self) -> UINT16

fn set_isClusterStart(&mut self, val: UINT16)

fn isDiacritic(&self) -> UINT16

fn set_isDiacritic(&mut self, val: UINT16)

fn isZeroWidthSpace(&self) -> UINT16

fn set_isZeroWidthSpace(&mut self, val: UINT16)

fn reserved(&self) -> UINT16

fn set_reserved(&mut self, val: UINT16)

Trait Implementations

impl Debug for DWRITE_SHAPING_GLYPH_PROPERTIES
[src]

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

Formats the value using the given formatter.

impl Copy for DWRITE_SHAPING_GLYPH_PROPERTIES
[src]

impl Clone for DWRITE_SHAPING_GLYPH_PROPERTIES
[src]

fn clone(&self) -> DWRITE_SHAPING_GLYPH_PROPERTIES

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more