Struct winapi::dwrite::DWRITE_CLUSTER_METRICS [] [src]

pub struct DWRITE_CLUSTER_METRICS {
    pub width: FLOAT,
    pub length: UINT16,
    pub bit_fields: UINT16,
}

Fields

width
length
bit_fields

Methods

impl DWRITE_CLUSTER_METRICS
[src]

fn canWrapLineAfter(&self) -> UINT16

fn set_canWrapLineAfter(&mut self, val: UINT16)

fn isWhitespace(&self) -> UINT16

fn set_isWhitespace(&mut self, val: UINT16)

fn isNewline(&self) -> UINT16

fn set_isNewline(&mut self, val: UINT16)

fn isSoftHyphen(&self) -> UINT16

fn set_isSoftHyphen(&mut self, val: UINT16)

fn isRightToLeft(&self) -> UINT16

fn set_isRightToLeft(&mut self, val: UINT16)

fn padding(&self) -> UINT16

fn set_padding(&mut self, val: UINT16)

Trait Implementations

impl Copy for DWRITE_CLUSTER_METRICS
[src]

impl Clone for DWRITE_CLUSTER_METRICS
[src]

fn clone(&self) -> DWRITE_CLUSTER_METRICS

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

Derived Implementations

impl Debug for DWRITE_CLUSTER_METRICS
[src]

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

Formats the value using the given formatter.