Struct windows_sys::Win32::System::Rpc::RPC_POLICY
[−]Expand description
Required features: "Win32_System_Rpc"
Fields
Length: u32
EndpointFlags: u32
NICFlags: u32
Trait Implementations
impl Clone for RPC_POLICY
impl Clone for RPC_POLICY
impl Copy for RPC_POLICY
Auto Trait Implementations
impl RefUnwindSafe for RPC_POLICY
impl Send for RPC_POLICY
impl Sync for RPC_POLICY
impl Unpin for RPC_POLICY
impl UnwindSafe for RPC_POLICY
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more