Struct winapi::dwrite::DWRITE_STRIKETHROUGH
[−]
[src]
pub struct DWRITE_STRIKETHROUGH {
pub width: FLOAT,
pub thickness: FLOAT,
pub offset: FLOAT,
pub readingDirection: DWRITE_READING_DIRECTION,
pub flowDirection: DWRITE_FLOW_DIRECTION,
pub localeName: *const WCHAR,
pub measuringMode: DWRITE_MEASURING_MODE,
}Fields
width | |
thickness | |
offset | |
readingDirection | |
flowDirection | |
localeName | |
measuringMode |
Trait Implementations
impl Copy for DWRITE_STRIKETHROUGH[src]
impl Clone for DWRITE_STRIKETHROUGH[src]
fn clone(&self) -> DWRITE_STRIKETHROUGH
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