Struct winapi::rpcdce::RPC_CLIENT_INFORMATION1 [] [src]

pub struct RPC_CLIENT_INFORMATION1 {
    pub UserName: *mut c_uchar,
    pub ComputerName: *mut c_uchar,
    pub Privilege: c_ushort,
    pub AuthFlags: c_ulong,
}

Fields

UserName: *mut c_uchar ComputerName: *mut c_uchar Privilege: c_ushort AuthFlags: c_ulong

Trait Implementations

impl Debug for RPC_CLIENT_INFORMATION1
[src]

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

Formats the value using the given formatter.

impl Copy for RPC_CLIENT_INFORMATION1
[src]

impl Clone for RPC_CLIENT_INFORMATION1
[src]

fn clone(&self) -> RPC_CLIENT_INFORMATION1

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