#[repr(C)]pub struct RPC_IMPORT_CONTEXT_P {
pub LookupContext: RPC_NS_HANDLE,
pub ProposedHandle: RPC_BINDING_HANDLE,
pub Bindings: *mut RPC_BINDING_VECTOR,
}
Fields§
§LookupContext: RPC_NS_HANDLE
§ProposedHandle: RPC_BINDING_HANDLE
§Bindings: *mut RPC_BINDING_VECTOR
Trait Implementations§
Source§impl Clone for RPC_IMPORT_CONTEXT_P
impl Clone for RPC_IMPORT_CONTEXT_P
Source§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 moreSource§impl Debug for RPC_IMPORT_CONTEXT_P
impl Debug for RPC_IMPORT_CONTEXT_P
Source§impl Ord for RPC_IMPORT_CONTEXT_P
impl Ord for RPC_IMPORT_CONTEXT_P
Source§fn cmp(&self, other: &RPC_IMPORT_CONTEXT_P) -> Ordering
fn cmp(&self, other: &RPC_IMPORT_CONTEXT_P) -> 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_IMPORT_CONTEXT_P
impl PartialEq for RPC_IMPORT_CONTEXT_P
Source§impl PartialOrd for RPC_IMPORT_CONTEXT_P
impl PartialOrd for RPC_IMPORT_CONTEXT_P
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