Struct windows_sys::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: *mut u16,
pub SecurityDescriptor: *mut c_void,
}Expand description
Required features: "Win32_System_Rpc"
Fields
Version: u32IfSpec: *mut c_voidMgrTypeUuid: *mut GUIDMgrEpv: *mut c_voidFlags: u32MaxCalls: u32MaxRpcSize: u32IfCallback: RPC_IF_CALLBACK_FNUuidVector: *mut UUID_VECTORAnnotation: *mut u16SecurityDescriptor: *mut c_voidTrait Implementations
impl Clone for RPC_INTERFACE_TEMPLATEW
impl Clone for RPC_INTERFACE_TEMPLATEW
impl Copy for RPC_INTERFACE_TEMPLATEW
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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