Struct winapi::usp10::SCRIPT_STATE
[−]
[src]
pub struct SCRIPT_STATE { pub bit_fields: WORD, }
Fields
bit_fields |
Methods
impl SCRIPT_STATE
[src]
fn uBidiLevel(&self) -> WORD
fn set_uBidiLevel(&mut self, val: WORD)
fn fOverrideDirection(&self) -> WORD
fn set_fOverrideDirection(&mut self, val: WORD)
fn fInhibitSymSwap(&self) -> WORD
fn set_fInhibitSymSwap(&mut self, val: WORD)
fn fCharShape(&self) -> WORD
fn set_fCharShape(&mut self, val: WORD)
fn fDigitSubstitute(&self) -> WORD
fn set_fDigitSubstitute(&mut self, val: WORD)
fn fInhibitLigate(&self) -> WORD
fn set_fInhibitLigate(&mut self, val: WORD)
fn fDisplayZWG(&self) -> WORD
fn set_fDisplayZWG(&mut self, val: WORD)
fn fArabicNumContext(&self) -> WORD
fn set_fArabicNumContext(&mut self, val: WORD)
fn fGcpClusters(&self) -> WORD
fn set_fGcpClusters(&mut self, val: WORD)
fn fReserved(&self) -> WORD
fn set_fReserved(&mut self, val: WORD)
fn fEngineReserved(&self) -> WORD
fn set_fEngineReserved(&mut self, val: WORD)
Trait Implementations
impl Copy for SCRIPT_STATE
[src]
impl Clone for SCRIPT_STATE
[src]
fn clone(&self) -> SCRIPT_STATE
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