Struct winapi::dwrite::DWRITE_UNDERLINE [] [src]

pub struct DWRITE_UNDERLINE {
    pub width: FLOAT,
    pub thickness: FLOAT,
    pub offset: FLOAT,
    pub runHeight: FLOAT,
    pub readingDirection: DWRITE_READING_DIRECTION,
    pub flowDirection: DWRITE_FLOW_DIRECTION,
    pub localeName: *const WCHAR,
    pub measuringMode: DWRITE_MEASURING_MODE,
}

Fields

width: FLOAT thickness: FLOAT offset: FLOAT runHeight: FLOAT readingDirection: DWRITE_READING_DIRECTION flowDirection: DWRITE_FLOW_DIRECTION localeName: *const WCHAR measuringMode: DWRITE_MEASURING_MODE

Trait Implementations

impl Debug for DWRITE_UNDERLINE
[src]

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

Formats the value using the given formatter.

impl Copy for DWRITE_UNDERLINE
[src]

impl Clone for DWRITE_UNDERLINE
[src]

fn clone(&self) -> DWRITE_UNDERLINE

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