Trait IAudioEndpointRT_Impl
pub trait IAudioEndpointRT_Impl: IUnknownImpl {
// Required methods
fn GetCurrentPadding(
&self,
ppadding: *mut i64,
paecurrentposition: *mut AE_CURRENT_POSITION,
);
fn ProcessingComplete(&self);
fn SetPinInactive(&self) -> Result<()>;
fn SetPinActive(&self) -> Result<()>;
}
Required Methods§
fn GetCurrentPadding( &self, ppadding: *mut i64, paecurrentposition: *mut AE_CURRENT_POSITION, )
fn ProcessingComplete(&self)
fn SetPinInactive(&self) -> Result<()>
fn SetPinActive(&self) -> Result<()>
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.