#[repr(C)]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_ulongTrait Implementations§
Source§impl Clone for _RPC_POLICY
impl Clone for _RPC_POLICY
Source§fn clone(&self) -> _RPC_POLICY
fn clone(&self) -> _RPC_POLICY
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for _RPC_POLICY
impl Debug for _RPC_POLICY
impl Copy for _RPC_POLICY
Auto Trait Implementations§
impl Freeze for _RPC_POLICY
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