pub struct IDirectSoundFXCompressor(/* private fields */);Implementations§
Source§impl IDirectSoundFXCompressor
impl IDirectSoundFXCompressor
pub unsafe fn SetAllParameters( &self, pcdsfxcompressor: *mut DSFXCompressor, ) -> HRESULT
pub unsafe fn GetAllParameters( &self, pdsfxcompressor: *mut DSFXCompressor, ) -> HRESULT
Trait Implementations§
Source§impl Clone for IDirectSoundFXCompressor
impl Clone for IDirectSoundFXCompressor
Source§fn clone(&self) -> IDirectSoundFXCompressor
fn clone(&self) -> IDirectSoundFXCompressor
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for IDirectSoundFXCompressor
impl Debug for IDirectSoundFXCompressor
impl Eq for IDirectSoundFXCompressor
Source§impl From<&IDirectSoundFXCompressor> for IUnknown
impl From<&IDirectSoundFXCompressor> for IUnknown
Source§fn from(value: &IDirectSoundFXCompressor) -> Self
fn from(value: &IDirectSoundFXCompressor) -> Self
Converts to this type from the input type.
Source§impl From<IDirectSoundFXCompressor> for IUnknown
impl From<IDirectSoundFXCompressor> for IUnknown
Source§fn from(value: IDirectSoundFXCompressor) -> Self
fn from(value: IDirectSoundFXCompressor) -> Self
Converts to this type from the input type.
Source§impl Interface for IDirectSoundFXCompressor
impl Interface for IDirectSoundFXCompressor
const IID: Guid
type Vtable = IDirectSoundFXCompressor_abi
Source§impl<'a> IntoParam<'a, IUnknown> for IDirectSoundFXCompressor
impl<'a> IntoParam<'a, IUnknown> for IDirectSoundFXCompressor
fn into_param(self) -> Param<'a, IUnknown>
Source§impl<'a> IntoParam<'a, IUnknown> for &'a IDirectSoundFXCompressor
impl<'a> IntoParam<'a, IUnknown> for &'a IDirectSoundFXCompressor
fn into_param(self) -> Param<'a, IUnknown>
Source§impl PartialEq for IDirectSoundFXCompressor
impl PartialEq for IDirectSoundFXCompressor
impl StructuralPartialEq for IDirectSoundFXCompressor
Auto Trait Implementations§
impl !Send for IDirectSoundFXCompressor
impl !Sync for IDirectSoundFXCompressor
impl Freeze for IDirectSoundFXCompressor
impl RefUnwindSafe for IDirectSoundFXCompressor
impl Unpin for IDirectSoundFXCompressor
impl UnsafeUnpin for IDirectSoundFXCompressor
impl UnwindSafe for IDirectSoundFXCompressor
Blanket Implementations§
Source§impl<T> Abi for Twhere
T: Interface,
impl<T> Abi for Twhere
T: Interface,
Source§fn set_abi(&mut self) -> *mut <T as Abi>::Abi
fn set_abi(&mut self) -> *mut <T as Abi>::Abi
Returns a pointer for setting the object’s value via an ABI call.
Source§unsafe fn from_abi(abi: <T as Abi>::Abi) -> Result<T, Error>
unsafe fn from_abi(abi: <T as Abi>::Abi) -> Result<T, Error>
Casts the ABI representation to a Rust object by taking ownership of the bits.
fn drop_param(_: &mut Param<'_, Self>)
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