Struct winapi::ServerInformation [] [src]

pub struct ServerInformation {
    pub dwServerPid: DWORD,
    pub dwServerTid: DWORD,
    pub ui64ServerAddress: UINT64,
}

Fields

dwServerPid
dwServerTid
ui64ServerAddress

Trait Implementations

Derived Implementations

impl Debug for ServerInformation

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Copy for ServerInformation

impl Clone for ServerInformation

fn clone(&self) -> ServerInformation

fn clone_from(&mut self, source: &Self)