#[repr(C)]pub struct SCRIPT_DIGITSUBSTITUTE {
pub bit_fields1: DWORD,
pub bit_fields2: DWORD,
pub dwReserved: DWORD,
}
Fields§
§bit_fields1: DWORD
§bit_fields2: DWORD
§dwReserved: DWORD
Implementations§
Source§impl SCRIPT_DIGITSUBSTITUTE
impl SCRIPT_DIGITSUBSTITUTE
pub fn NationalDigitLanguage(&self) -> DWORD
pub fn set_NationalDigitLanguage(&mut self, val: DWORD)
pub fn TraditionalDigitLanguage(&self) -> DWORD
pub fn set_TraditionalDigitLanguage(&mut self, val: DWORD)
Source§impl SCRIPT_DIGITSUBSTITUTE
impl SCRIPT_DIGITSUBSTITUTE
pub fn DigitSubstitute(&self) -> DWORD
pub fn set_DigitSubstitute(&mut self, val: DWORD)
Trait Implementations§
Source§impl Clone for SCRIPT_DIGITSUBSTITUTE
impl Clone for SCRIPT_DIGITSUBSTITUTE
Source§fn clone(&self) -> SCRIPT_DIGITSUBSTITUTE
fn clone(&self) -> SCRIPT_DIGITSUBSTITUTE
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for SCRIPT_DIGITSUBSTITUTE
impl Default for SCRIPT_DIGITSUBSTITUTE
Source§fn default() -> SCRIPT_DIGITSUBSTITUTE
fn default() -> SCRIPT_DIGITSUBSTITUTE
Returns the “default value” for a type. Read more
impl Copy for SCRIPT_DIGITSUBSTITUTE
Auto Trait Implementations§
impl Freeze for SCRIPT_DIGITSUBSTITUTE
impl RefUnwindSafe for SCRIPT_DIGITSUBSTITUTE
impl Send for SCRIPT_DIGITSUBSTITUTE
impl Sync for SCRIPT_DIGITSUBSTITUTE
impl Unpin for SCRIPT_DIGITSUBSTITUTE
impl UnwindSafe for SCRIPT_DIGITSUBSTITUTE
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more