#[repr(C)]pub struct RPC_INTERFACE_TEMPLATEW {
pub Version: c_ulong,
pub IfSpec: RPC_IF_HANDLE,
pub MgrTypeUuid: *mut UUID,
pub MgrEpv: *mut c_void,
pub Flags: c_uint,
pub MaxCalls: c_uint,
pub MaxRpcSize: c_uint,
pub IfCallback: Option<unsafe extern "C" fn(arg1: RPC_IF_HANDLE, arg2: *mut c_void) -> RPC_STATUS>,
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 c_void§Flags: c_uint§MaxCalls: c_uint§MaxRpcSize: c_uint§IfCallback: Option<unsafe extern "C" fn(arg1: RPC_IF_HANDLE, arg2: *mut c_void) -> RPC_STATUS>§UuidVector: *mut UUID_VECTOR§Annotation: RPC_WSTR§SecurityDescriptor: *mut c_voidTrait 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 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 moreSource§impl Debug for RPC_INTERFACE_TEMPLATEW
impl Debug for RPC_INTERFACE_TEMPLATEW
Source§impl Ord for RPC_INTERFACE_TEMPLATEW
impl Ord for RPC_INTERFACE_TEMPLATEW
Source§fn cmp(&self, other: &RPC_INTERFACE_TEMPLATEW) -> Ordering
fn cmp(&self, other: &RPC_INTERFACE_TEMPLATEW) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for RPC_INTERFACE_TEMPLATEW
impl PartialEq for RPC_INTERFACE_TEMPLATEW
Source§impl PartialOrd for RPC_INTERFACE_TEMPLATEW
impl PartialOrd for RPC_INTERFACE_TEMPLATEW
impl Copy for RPC_INTERFACE_TEMPLATEW
impl Eq for RPC_INTERFACE_TEMPLATEW
impl StructuralPartialEq 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