Struct winapi::sapi::SPPHRASEREPLACEMENT [] [src]

pub struct SPPHRASEREPLACEMENT {
    pub bDisplayAttributes: BYTE,
    pub pszReplacementText: LPCWSTR,
    pub ulFirstElement: ULONG,
    pub ulCountOfElements: ULONG,
}

Fields

bDisplayAttributes: BYTE pszReplacementText: LPCWSTR ulFirstElement: ULONG ulCountOfElements: ULONG

Trait Implementations

impl Debug for SPPHRASEREPLACEMENT
[src]

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

Formats the value using the given formatter.

impl Copy for SPPHRASEREPLACEMENT
[src]

impl Clone for SPPHRASEREPLACEMENT
[src]

fn clone(&self) -> SPPHRASEREPLACEMENT

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