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