Struct winapi::dwrite::DWRITE_TRIMMING [] [src]

pub struct DWRITE_TRIMMING {
    pub granularity: DWRITE_TRIMMING_GRANULARITY,
    pub delimiter: UINT32,
    pub delimiterCount: UINT32,
}

Fields

granularity: DWRITE_TRIMMING_GRANULARITY delimiter: UINT32 delimiterCount: UINT32

Trait Implementations

impl Debug for DWRITE_TRIMMING
[src]

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

Formats the value using the given formatter.

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