Struct winapi::rpcdce::RPC_POLICY [] [src]

pub struct RPC_POLICY {
    pub Length: c_uint,
    pub EndpointFlags: c_ulong,
    pub NICFlags: c_ulong,
}

Fields

Length: c_uint EndpointFlags: c_ulong NICFlags: c_ulong

Trait Implementations

impl Debug for RPC_POLICY
[src]

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

Formats the value using the given formatter.

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