Trait IAudioEndpointLastBufferControl_Impl
pub trait IAudioEndpointLastBufferControl_Impl: IUnknownImpl {
// Required methods
fn IsLastBufferControlSupported(&self) -> BOOL;
fn ReleaseOutputDataPointerForLastBuffer(
&self,
pconnectionproperty: *const APO_CONNECTION_PROPERTY,
);
}
Required Methods§
fn IsLastBufferControlSupported(&self) -> BOOL
fn ReleaseOutputDataPointerForLastBuffer( &self, pconnectionproperty: *const APO_CONNECTION_PROPERTY, )
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.