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
thickness
offset
runHeight
readingDirection
flowDirection
localeName
measuringMode

Trait Implementations

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

Derived Implementations

impl Debug for DWRITE_UNDERLINE
[src]

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

Formats the value using the given formatter.