Struct vst3::Steinberg::FUnknownVtbl
source · #[repr(C)]pub struct FUnknownVtbl {
pub queryInterface: unsafe extern "system" fn(this: *mut FUnknown, _iid: *const TUID, obj: *mut *mut c_void) -> tresult,
pub addRef: unsafe extern "system" fn(this: *mut FUnknown) -> uint32,
pub release: unsafe extern "system" fn(this: *mut FUnknown) -> uint32,
}
Fields§
§queryInterface: unsafe extern "system" fn(this: *mut FUnknown, _iid: *const TUID, obj: *mut *mut c_void) -> tresult
§addRef: unsafe extern "system" fn(this: *mut FUnknown) -> uint32
§release: unsafe extern "system" fn(this: *mut FUnknown) -> uint32
Trait Implementations§
source§impl Clone for FUnknownVtbl
impl Clone for FUnknownVtbl
source§fn clone(&self) -> FUnknownVtbl
fn clone(&self) -> FUnknownVtbl
Returns a copy 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 moreimpl Copy for FUnknownVtbl
Auto Trait Implementations§
impl RefUnwindSafe for FUnknownVtbl
impl Send for FUnknownVtbl
impl Sync for FUnknownVtbl
impl Unpin for FUnknownVtbl
impl UnwindSafe for FUnknownVtbl
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