Struct winapi::usp10::SCRIPT_DIGITSUBSTITUTE [] [src]

pub struct SCRIPT_DIGITSUBSTITUTE {
    pub bit_fields1: DWORD,
    pub bit_fields2: DWORD,
    pub dwReserved: DWORD,
}

Fields

bit_fields1: DWORD bit_fields2: DWORD dwReserved: DWORD

Methods

impl SCRIPT_DIGITSUBSTITUTE
[src]

impl SCRIPT_DIGITSUBSTITUTE
[src]

fn DigitSubstitute(&self) -> DWORD

fn set_DigitSubstitute(&mut self, val: DWORD)

Trait Implementations

impl Debug for SCRIPT_DIGITSUBSTITUTE
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

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