#[repr(C)]pub struct ISurrogate {
pub lpVtbl: *const ISurrogateVtbl,
}
Fields§
§lpVtbl: *const ISurrogateVtbl
Implementations§
Source§impl ISurrogate
impl ISurrogate
pub unsafe fn LoadDllServer(&self, Clsid: REFCLSID) -> HRESULT
pub unsafe fn FreeSurrogate(&self) -> HRESULT
Trait Implementations§
Source§impl Deref for ISurrogate
impl Deref for ISurrogate
Auto Trait Implementations§
impl Freeze for ISurrogate
impl RefUnwindSafe for ISurrogate
impl !Send for ISurrogate
impl !Sync for ISurrogate
impl Unpin for ISurrogate
impl UnwindSafe for ISurrogate
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