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

#[repr(C)]
pub struct RPC_CLIENT_INFORMATION1 { pub UserName: *mut c_uchar, pub ComputerName: *mut c_uchar, pub Privilege: c_ushort, pub AuthFlags: c_ulong, }

Fields

Trait Implementations

impl Debug for RPC_CLIENT_INFORMATION1
[src]

Formats the value using the given formatter.

impl Copy for RPC_CLIENT_INFORMATION1
[src]

impl Clone for RPC_CLIENT_INFORMATION1
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more