#[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_ulongTrait 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 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_ENDPOINT_TEMPLATEW
impl Debug for RPC_ENDPOINT_TEMPLATEW
impl Copy 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