Struct windows::Win32::System::Rpc::RPC_INTERFACE_TEMPLATEW
#[repr(C)]pub struct RPC_INTERFACE_TEMPLATEW {
pub Version: u32,
pub IfSpec: *mut c_void,
pub MgrTypeUuid: *mut GUID,
pub MgrEpv: *mut c_void,
pub Flags: u32,
pub MaxCalls: u32,
pub MaxRpcSize: u32,
pub IfCallback: RPC_IF_CALLBACK_FN,
pub UuidVector: *mut UUID_VECTOR,
pub Annotation: PWSTR,
pub SecurityDescriptor: *mut c_void,
}
Fields§
§Version: u32
§IfSpec: *mut c_void
§MgrTypeUuid: *mut GUID
§MgrEpv: *mut c_void
§Flags: u32
§MaxCalls: u32
§MaxRpcSize: u32
§IfCallback: RPC_IF_CALLBACK_FN
§UuidVector: *mut UUID_VECTOR
§Annotation: PWSTR
§SecurityDescriptor: *mut c_void
Trait Implementations§
§impl Clone for RPC_INTERFACE_TEMPLATEW
impl Clone for RPC_INTERFACE_TEMPLATEW
§fn clone(&self) -> RPC_INTERFACE_TEMPLATEW
fn clone(&self) -> RPC_INTERFACE_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 more§impl Debug for RPC_INTERFACE_TEMPLATEW
impl Debug for RPC_INTERFACE_TEMPLATEW
§impl Default for RPC_INTERFACE_TEMPLATEW
impl Default for RPC_INTERFACE_TEMPLATEW
impl Copy for RPC_INTERFACE_TEMPLATEW
Auto Trait Implementations§
impl Freeze for RPC_INTERFACE_TEMPLATEW
impl RefUnwindSafe for RPC_INTERFACE_TEMPLATEW
impl !Send for RPC_INTERFACE_TEMPLATEW
impl !Sync for RPC_INTERFACE_TEMPLATEW
impl Unpin for RPC_INTERFACE_TEMPLATEW
impl UnwindSafe for RPC_INTERFACE_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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)