#[repr(C)]pub struct RPC_INTERFACE_TEMPLATEW {
pub Version: c_ulong,
pub IfSpec: RPC_IF_HANDLE,
pub MgrTypeUuid: *mut UUID,
pub MgrEpv: *mut RPC_MGR_EPV,
pub Flags: c_uint,
pub MaxCalls: c_uint,
pub MaxRpcSize: c_uint,
pub IfCallback: *mut RPC_IF_CALLBACK_FN,
pub UuidVector: *mut UUID_VECTOR,
pub Annotation: RPC_WSTR,
pub SecurityDescriptor: *mut c_void,
}
Fields§
§Version: c_ulong
§IfSpec: RPC_IF_HANDLE
§MgrTypeUuid: *mut UUID
§MgrEpv: *mut RPC_MGR_EPV
§Flags: c_uint
§MaxCalls: c_uint
§MaxRpcSize: c_uint
§IfCallback: *mut RPC_IF_CALLBACK_FN
§UuidVector: *mut UUID_VECTOR
§Annotation: RPC_WSTR
§SecurityDescriptor: *mut c_void
Trait Implementations§
Source§impl Clone for RPC_INTERFACE_TEMPLATEW
impl Clone for RPC_INTERFACE_TEMPLATEW
Source§fn clone(&self) -> RPC_INTERFACE_TEMPLATEW
fn clone(&self) -> RPC_INTERFACE_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 Default for RPC_INTERFACE_TEMPLATEW
impl Default for RPC_INTERFACE_TEMPLATEW
Source§fn default() -> RPC_INTERFACE_TEMPLATEW
fn default() -> RPC_INTERFACE_TEMPLATEW
Returns the “default value” for a type. Read more
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