#[repr(C)]pub struct RPC_ENDPOINT_TEMPLATEW {
pub Version: c_ulong,
pub ProtSeq: RPC_WSTR,
pub Endpoint: RPC_WSTR,
pub SecurityDescriptor: *mut c_void,
pub Backlog: c_ulong,
}
Fields§
§Version: c_ulong
§ProtSeq: RPC_WSTR
§Endpoint: RPC_WSTR
§SecurityDescriptor: *mut c_void
§Backlog: c_ulong
Trait Implementations§
Source§impl Clone for RPC_ENDPOINT_TEMPLATEW
impl Clone for RPC_ENDPOINT_TEMPLATEW
Source§fn clone(&self) -> RPC_ENDPOINT_TEMPLATEW
fn clone(&self) -> RPC_ENDPOINT_TEMPLATEW
Returns a copy 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_ENDPOINT_TEMPLATEW
impl Debug for RPC_ENDPOINT_TEMPLATEW
Source§impl Ord for RPC_ENDPOINT_TEMPLATEW
impl Ord for RPC_ENDPOINT_TEMPLATEW
Source§fn cmp(&self, other: &RPC_ENDPOINT_TEMPLATEW) -> Ordering
fn cmp(&self, other: &RPC_ENDPOINT_TEMPLATEW) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for RPC_ENDPOINT_TEMPLATEW
impl PartialEq for RPC_ENDPOINT_TEMPLATEW
Source§impl PartialOrd for RPC_ENDPOINT_TEMPLATEW
impl PartialOrd for RPC_ENDPOINT_TEMPLATEW
impl Copy for RPC_ENDPOINT_TEMPLATEW
impl Eq for RPC_ENDPOINT_TEMPLATEW
impl StructuralPartialEq for RPC_ENDPOINT_TEMPLATEW
Auto Trait Implementations§
impl Freeze for RPC_ENDPOINT_TEMPLATEW
impl RefUnwindSafe for RPC_ENDPOINT_TEMPLATEW
impl !Send for RPC_ENDPOINT_TEMPLATEW
impl !Sync for RPC_ENDPOINT_TEMPLATEW
impl Unpin for RPC_ENDPOINT_TEMPLATEW
impl UnwindSafe for RPC_ENDPOINT_TEMPLATEW
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