Struct winapi::dwrite::DWRITE_TRIMMING
[−]
[src]
pub struct DWRITE_TRIMMING { pub granularity: DWRITE_TRIMMING_GRANULARITY, pub delimiter: UINT32, pub delimiterCount: UINT32, }
Fields
granularity | |
delimiter | |
delimiterCount |
Trait Implementations
impl Copy for DWRITE_TRIMMING
[src]
impl Clone for DWRITE_TRIMMING
[src]
fn clone(&self) -> DWRITE_TRIMMING
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