#[repr(C)]pub struct IPlugView {
pub vtbl: *const IPlugViewVtbl,
}
Fields§
§vtbl: *const IPlugViewVtbl
Trait Implementations§
source§impl Interface for IPlugView
impl Interface for IPlugView
source§impl Unknown for IPlugView
impl Unknown for IPlugView
source§unsafe fn query_interface(this: *mut Self, iid: &Guid) -> Option<*mut c_void>
unsafe fn query_interface(this: *mut Self, iid: &Guid) -> Option<*mut c_void>
Checks if an object implements the interface corresponding to the given GUID, and if so,
returns a corresponding interface pointer for the object and increments the object’s
reference count.
impl Copy for IPlugView
impl Inherits<FUnknown> for IPlugView
impl Send for IPlugView
impl Sync for IPlugView
Auto Trait Implementations§
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