#[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_ulong
Trait 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 Default for RPC_POLICY
impl Default for RPC_POLICY
Source§fn default() -> RPC_POLICY
fn default() -> RPC_POLICY
Returns the “default value” for a type. Read more
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