Struct winapi::sapi::SPDISPLAYPHRASE
[−]
[src]
pub struct SPDISPLAYPHRASE { pub ulNumTokens: ULONG, pub pTokens: *mut SPDISPLAYTOKEN, }
Fields
ulNumTokens | |
pTokens |
Trait Implementations
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