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