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 | |
ComputerName | |
Privilege | |
AuthFlags |
Trait Implementations
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