Struct winapi::sapi::SPDISPLAYTOKEN
[−]
[src]
pub struct SPDISPLAYTOKEN {
pub pszLexical: *const WCHAR,
pub pszDisplay: *const WCHAR,
pub bDisplayAttributes: BYTE,
}Fields
pszLexical | |
pszDisplay | |
bDisplayAttributes |
Trait Implementations
impl Copy for SPDISPLAYTOKEN[src]
impl Clone for SPDISPLAYTOKEN[src]
fn clone(&self) -> SPDISPLAYTOKEN
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