#[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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for IPSFactoryBuffer
Auto Trait Implementations§
impl !Send for IPSFactoryBuffer
impl !Sync for IPSFactoryBuffer
impl Freeze for IPSFactoryBuffer
impl RefUnwindSafe for IPSFactoryBuffer
impl Unpin for IPSFactoryBuffer
impl UnsafeUnpin 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