Struct windows_sys::Win32::System::Rpc::RPC_IMPORT_CONTEXT_P
[−]#[repr(C)]pub struct RPC_IMPORT_CONTEXT_P {
pub LookupContext: *mut c_void,
pub ProposedHandle: *mut c_void,
pub Bindings: *mut RPC_BINDING_VECTOR,
}
Expand description
Required features: "Win32_System_Rpc"
Fields
LookupContext: *mut c_void
ProposedHandle: *mut c_void
Bindings: *mut RPC_BINDING_VECTOR
Trait Implementations
impl Clone for RPC_IMPORT_CONTEXT_P
impl Clone for RPC_IMPORT_CONTEXT_P
impl Copy for RPC_IMPORT_CONTEXT_P
Auto Trait Implementations
impl RefUnwindSafe for RPC_IMPORT_CONTEXT_P
impl !Send for RPC_IMPORT_CONTEXT_P
impl !Sync for RPC_IMPORT_CONTEXT_P
impl Unpin for RPC_IMPORT_CONTEXT_P
impl UnwindSafe for RPC_IMPORT_CONTEXT_P
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