Struct winapi::rpcdce::RPC_POLICY
[−]
[src]
pub struct RPC_POLICY { pub Length: c_uint, pub EndpointFlags: c_ulong, pub NICFlags: c_ulong, }
Fields
Length | |
EndpointFlags | |
NICFlags |
Trait Implementations
impl Copy for RPC_POLICY
[src]
impl Clone for RPC_POLICY
[src]
fn clone(&self) -> RPC_POLICY
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