Struct winapi::dwrite::DWRITE_TEXT_RANGE [] [src]

pub struct DWRITE_TEXT_RANGE {
    pub startPosition: UINT32,
    pub length: UINT32,
}

Fields

startPosition: UINT32 length: UINT32

Trait Implementations

impl Debug for DWRITE_TEXT_RANGE
[src]

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

Formats the value using the given formatter.

impl Copy for DWRITE_TEXT_RANGE
[src]

impl Clone for DWRITE_TEXT_RANGE
[src]

fn clone(&self) -> DWRITE_TEXT_RANGE

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