Struct windows_sys::Win32::System::Rpc::RPC_ENDPOINT_TEMPLATEW
[−]#[repr(C)]pub struct RPC_ENDPOINT_TEMPLATEW {
pub Version: u32,
pub ProtSeq: *mut u16,
pub Endpoint: *mut u16,
pub SecurityDescriptor: *mut c_void,
pub Backlog: u32,
}
Expand description
Required features: ‘Win32_System_Rpc’
Fields
Version: u32
ProtSeq: *mut u16
Endpoint: *mut u16
SecurityDescriptor: *mut c_void
Backlog: u32
Trait Implementations
impl Clone for RPC_ENDPOINT_TEMPLATEW
impl Clone for RPC_ENDPOINT_TEMPLATEW
impl Copy for RPC_ENDPOINT_TEMPLATEW
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more