Struct winapi::usp10::SCRIPT_DIGITSUBSTITUTE
[−]
[src]
pub struct SCRIPT_DIGITSUBSTITUTE { pub bit_fields1: DWORD, pub bit_fields2: DWORD, pub dwReserved: DWORD, }
Fields
bit_fields1 | |
bit_fields2 | |
dwReserved |
Methods
impl SCRIPT_DIGITSUBSTITUTE
[src]
fn NationalDigitLanguage(&self) -> DWORD
fn set_NationalDigitLanguage(&mut self, val: DWORD)
fn TraditionalDigitLanguage(&self) -> DWORD
fn set_TraditionalDigitLanguage(&mut self, val: DWORD)
impl SCRIPT_DIGITSUBSTITUTE
[src]
fn DigitSubstitute(&self) -> DWORD
fn set_DigitSubstitute(&mut self, val: DWORD)
Trait Implementations
impl Copy for SCRIPT_DIGITSUBSTITUTE
[src]
impl Clone for SCRIPT_DIGITSUBSTITUTE
[src]
fn clone(&self) -> SCRIPT_DIGITSUBSTITUTE
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