Struct winapi::dwrite::DWRITE_TEXT_RANGE
[−]
[src]
pub struct DWRITE_TEXT_RANGE { pub startPosition: UINT32, pub length: UINT32, }
Fields
startPosition | |
length |
Trait Implementations
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