Struct vst3::Steinberg::Linux::IEventHandlerVtbl
source · #[repr(C)]pub struct IEventHandlerVtbl {
pub base: FUnknownVtbl,
pub onFDIsSet: unsafe extern "system" fn(this: *mut IEventHandler, fd: FileDescriptor),
}
Fields§
§base: FUnknownVtbl
§onFDIsSet: unsafe extern "system" fn(this: *mut IEventHandler, fd: FileDescriptor)
Trait Implementations§
source§impl Clone for IEventHandlerVtbl
impl Clone for IEventHandlerVtbl
source§fn clone(&self) -> IEventHandlerVtbl
fn clone(&self) -> IEventHandlerVtbl
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 IEventHandlerVtbl
Auto Trait Implementations§
impl RefUnwindSafe for IEventHandlerVtbl
impl Send for IEventHandlerVtbl
impl Sync for IEventHandlerVtbl
impl Unpin for IEventHandlerVtbl
impl UnwindSafe for IEventHandlerVtbl
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