Struct winapi::ws2spi::WSPDATA
[−]
[src]
pub struct WSPDATA {
pub wVersion: WORD,
pub wHighVersion: WORD,
pub szDescription: [WCHAR; WSPDESCRIPTION_LEN + 1],
}Fields
wVersion | |
wHighVersion | |
szDescription |
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