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

#[repr(C)]
pub struct RPC_POLICY { pub Length: c_uint, pub EndpointFlags: c_ulong, pub NICFlags: c_ulong, }

Fields

Trait Implementations

impl Debug for RPC_POLICY
[src]

Formats the value using the given formatter.

impl Copy for RPC_POLICY
[src]

impl Clone for RPC_POLICY
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more