Struct vst3::Steinberg::Vst::ChannelContext::IInfoListenerVtbl
source · #[repr(C)]pub struct IInfoListenerVtbl {
pub base: FUnknownVtbl,
pub setChannelContextInfos: unsafe extern "system" fn(this: *mut IInfoListener, list: *mut IAttributeList) -> tresult,
}
Fields§
§base: FUnknownVtbl
§setChannelContextInfos: unsafe extern "system" fn(this: *mut IInfoListener, list: *mut IAttributeList) -> tresult
Trait Implementations§
source§impl Clone for IInfoListenerVtbl
impl Clone for IInfoListenerVtbl
source§fn clone(&self) -> IInfoListenerVtbl
fn clone(&self) -> IInfoListenerVtbl
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 IInfoListenerVtbl
Auto Trait Implementations§
impl RefUnwindSafe for IInfoListenerVtbl
impl Send for IInfoListenerVtbl
impl Sync for IInfoListenerVtbl
impl Unpin for IInfoListenerVtbl
impl UnwindSafe for IInfoListenerVtbl
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