Struct winapi::sapi::SPWORDLIST
[−]
[src]
pub struct SPWORDLIST {
pub ulSize: ULONG,
pub pvBuffer: *mut BYTE,
pub pFirstWord: *mut SPWORD,
}Fields
ulSize | |
pvBuffer | |
pFirstWord |
Trait Implementations
impl Copy for SPWORDLIST[src]
impl Clone for SPWORDLIST[src]
fn clone(&self) -> SPWORDLIST
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