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