#[repr(C)]pub struct IPSFactoryBuffer {
pub lpVtbl: *mut IPSFactoryBufferVtbl,
}Fields§
§lpVtbl: *mut IPSFactoryBufferVtblTrait Implementations§
Source§impl Clone for IPSFactoryBuffer
impl Clone for IPSFactoryBuffer
Source§fn clone(&self) -> IPSFactoryBuffer
fn clone(&self) -> IPSFactoryBuffer
Returns a duplicate 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
impl Copy 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