Struct windows::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,
}
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
§fn clone(&self) -> RPC_IMPORT_CONTEXT_P
fn clone(&self) -> RPC_IMPORT_CONTEXT_P
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_IMPORT_CONTEXT_P
impl Debug for RPC_IMPORT_CONTEXT_P
§impl Default for RPC_IMPORT_CONTEXT_P
impl Default for RPC_IMPORT_CONTEXT_P
§impl PartialEq for RPC_IMPORT_CONTEXT_P
impl PartialEq for RPC_IMPORT_CONTEXT_P
§fn eq(&self, other: &RPC_IMPORT_CONTEXT_P) -> bool
fn eq(&self, other: &RPC_IMPORT_CONTEXT_P) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for RPC_IMPORT_CONTEXT_P
impl Eq for RPC_IMPORT_CONTEXT_P
impl StructuralPartialEq for RPC_IMPORT_CONTEXT_P
Auto Trait Implementations§
impl Freeze for RPC_IMPORT_CONTEXT_P
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§
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
)