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