#[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) -> tresultTrait Implementations§
Source§impl Clone for IAudioPresentationLatencyVtbl
impl Clone for IAudioPresentationLatencyVtbl
Source§fn clone(&self) -> IAudioPresentationLatencyVtbl
fn clone(&self) -> IAudioPresentationLatencyVtbl
Returns a duplicate 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 Freeze for IAudioPresentationLatencyVtbl
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