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