Struct winapi::usp10::SCRIPT_CHARPROP
[−]
[src]
pub struct SCRIPT_CHARPROP { pub bit_fields: WORD, }
Fields
bit_fields |
Methods
impl SCRIPT_CHARPROP
[src]
fn fCanGlyphAlone(&self) -> WORD
fn set_fCanGlyphAlone(&mut self, val: WORD)
fn reserved(&self) -> WORD
fn set_reserved(&mut self, val: WORD)
Trait Implementations
impl Copy for SCRIPT_CHARPROP
[src]
impl Clone for SCRIPT_CHARPROP
[src]
fn clone(&self) -> SCRIPT_CHARPROP
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