Struct winapi::sapi::SPDISPLAYPHRASE [] [src]

pub struct SPDISPLAYPHRASE {
    pub ulNumTokens: ULONG,
    pub pTokens: *mut SPDISPLAYTOKEN,
}

Fields

ulNumTokens: ULONG pTokens: *mut SPDISPLAYTOKEN

Trait Implementations

impl Debug for SPDISPLAYPHRASE
[src]

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

Formats the value using the given formatter.

impl Copy for SPDISPLAYPHRASE
[src]

impl Clone for SPDISPLAYPHRASE
[src]

fn clone(&self) -> SPDISPLAYPHRASE

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