Struct winapi::dwrite::DWRITE_SCRIPT_ANALYSIS
[−]
[src]
pub struct DWRITE_SCRIPT_ANALYSIS { pub script: UINT16, pub shapes: DWRITE_SCRIPT_SHAPES, }
Fields
script | |
shapes |
Trait Implementations
impl Copy for DWRITE_SCRIPT_ANALYSIS
[src]
impl Clone for DWRITE_SCRIPT_ANALYSIS
[src]
fn clone(&self) -> DWRITE_SCRIPT_ANALYSIS
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