Struct vst3::Steinberg::Vst::IAudioPresentationLatencyVtbl
source · #[repr(C)]pub struct IAudioPresentationLatencyVtbl {
pub base: FUnknownVtbl,
pub setAudioPresentationLatencySamples: unsafe extern "system" fn(this: *mut IAudioPresentationLatency, dir: BusDirection, busIndex: int32, latencyInSamples: uint32) -> tresult,
}
Fields§
§base: FUnknownVtbl
§setAudioPresentationLatencySamples: unsafe extern "system" fn(this: *mut IAudioPresentationLatency, dir: BusDirection, busIndex: int32, latencyInSamples: uint32) -> tresult
Trait Implementations§
source§impl Clone for IAudioPresentationLatencyVtbl
impl Clone for IAudioPresentationLatencyVtbl
source§fn clone(&self) -> IAudioPresentationLatencyVtbl
fn clone(&self) -> IAudioPresentationLatencyVtbl
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 IAudioPresentationLatencyVtbl
Auto Trait Implementations§
impl RefUnwindSafe for IAudioPresentationLatencyVtbl
impl Send for IAudioPresentationLatencyVtbl
impl Sync for IAudioPresentationLatencyVtbl
impl Unpin for IAudioPresentationLatencyVtbl
impl UnwindSafe for IAudioPresentationLatencyVtbl
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