#[repr(C)]pub struct IRpcSyntaxNegotiate {
pub lpVtbl: *mut IRpcSyntaxNegotiateVtbl,
}
Fields§
§lpVtbl: *mut IRpcSyntaxNegotiateVtbl
Trait Implementations§
Source§impl Clone for IRpcSyntaxNegotiate
impl Clone for IRpcSyntaxNegotiate
Source§fn clone(&self) -> IRpcSyntaxNegotiate
fn clone(&self) -> IRpcSyntaxNegotiate
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 IRpcSyntaxNegotiate
impl Debug for IRpcSyntaxNegotiate
Source§impl Ord for IRpcSyntaxNegotiate
impl Ord for IRpcSyntaxNegotiate
Source§fn cmp(&self, other: &IRpcSyntaxNegotiate) -> Ordering
fn cmp(&self, other: &IRpcSyntaxNegotiate) -> 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 IRpcSyntaxNegotiate
impl PartialEq for IRpcSyntaxNegotiate
Source§impl PartialOrd for IRpcSyntaxNegotiate
impl PartialOrd for IRpcSyntaxNegotiate
impl Copy for IRpcSyntaxNegotiate
impl Eq for IRpcSyntaxNegotiate
impl StructuralPartialEq for IRpcSyntaxNegotiate
Auto Trait Implementations§
impl Freeze for IRpcSyntaxNegotiate
impl RefUnwindSafe for IRpcSyntaxNegotiate
impl !Send for IRpcSyntaxNegotiate
impl !Sync for IRpcSyntaxNegotiate
impl Unpin for IRpcSyntaxNegotiate
impl UnwindSafe for IRpcSyntaxNegotiate
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