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