Struct windows_sys::Win32::System::Rpc::RPC_POLICY
#[repr(C)]pub struct RPC_POLICY {
pub Length: u32,
pub EndpointFlags: u32,
pub NICFlags: u32,
}
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more