#[repr(C)]pub struct IPSFactoryBuffer {
pub lpVtbl: *const IPSFactoryBufferVtbl,
}
Fields§
§lpVtbl: *const IPSFactoryBufferVtbl
Implementations§
Trait Implementations§
Source§impl Deref for IPSFactoryBuffer
impl Deref 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