Struct windows_sys::Win32::Media::Audio::XAudio2::XAUDIO2_VOICE_SENDS
[−]#[repr(C, packed(1))]pub struct XAUDIO2_VOICE_SENDS {
pub SendCount: u32,
pub pSends: *mut XAUDIO2_SEND_DESCRIPTOR,
}
Expand description
Required features: "Win32_Media_Audio_XAudio2"
Fields
SendCount: u32
pSends: *mut XAUDIO2_SEND_DESCRIPTOR
Trait Implementations
impl Clone for XAUDIO2_VOICE_SENDS
impl Clone for XAUDIO2_VOICE_SENDS
impl Copy for XAUDIO2_VOICE_SENDS
Auto Trait Implementations
impl RefUnwindSafe for XAUDIO2_VOICE_SENDS
impl !Send for XAUDIO2_VOICE_SENDS
impl !Sync for XAUDIO2_VOICE_SENDS
impl Unpin for XAUDIO2_VOICE_SENDS
impl UnwindSafe for XAUDIO2_VOICE_SENDS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more