Struct winapi::ws2spi::WSPDATA [] [src]

pub struct WSPDATA {
    pub wVersion: WORD,
    pub wHighVersion: WORD,
    pub szDescription: [WCHAR; 256],
}

Fields

wVersion: WORD wHighVersion: WORD szDescription: [WCHAR; 256]

Trait Implementations

impl Copy for WSPDATA
[src]

impl Clone for WSPDATA
[src]

fn clone(&self) -> WSPDATA

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