#[repr(C)]pub struct RPC_ENDPOINT_TEMPLATEA {
pub Version: c_ulong,
pub ProtSeq: RPC_CSTR,
pub Endpoint: RPC_CSTR,
pub SecurityDescriptor: *mut c_void,
pub Backlog: c_ulong,
}
Fields§
§Version: c_ulong
§ProtSeq: RPC_CSTR
§Endpoint: RPC_CSTR
§SecurityDescriptor: *mut c_void
§Backlog: c_ulong
Trait Implementations§
Source§impl Clone for RPC_ENDPOINT_TEMPLATEA
impl Clone for RPC_ENDPOINT_TEMPLATEA
Source§fn clone(&self) -> RPC_ENDPOINT_TEMPLATEA
fn clone(&self) -> RPC_ENDPOINT_TEMPLATEA
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_TEMPLATEA
impl Debug for RPC_ENDPOINT_TEMPLATEA
Source§impl Ord for RPC_ENDPOINT_TEMPLATEA
impl Ord for RPC_ENDPOINT_TEMPLATEA
Source§fn cmp(&self, other: &RPC_ENDPOINT_TEMPLATEA) -> Ordering
fn cmp(&self, other: &RPC_ENDPOINT_TEMPLATEA) -> 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_TEMPLATEA
impl PartialEq for RPC_ENDPOINT_TEMPLATEA
Source§impl PartialOrd for RPC_ENDPOINT_TEMPLATEA
impl PartialOrd for RPC_ENDPOINT_TEMPLATEA
impl Copy for RPC_ENDPOINT_TEMPLATEA
impl Eq for RPC_ENDPOINT_TEMPLATEA
impl StructuralPartialEq for RPC_ENDPOINT_TEMPLATEA
Auto Trait Implementations§
impl Freeze for RPC_ENDPOINT_TEMPLATEA
impl RefUnwindSafe for RPC_ENDPOINT_TEMPLATEA
impl !Send for RPC_ENDPOINT_TEMPLATEA
impl !Sync for RPC_ENDPOINT_TEMPLATEA
impl Unpin for RPC_ENDPOINT_TEMPLATEA
impl UnwindSafe for RPC_ENDPOINT_TEMPLATEA
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