Struct XAUDIO2_VOICE_SENDS
#[repr(C, packed(1))]pub struct XAUDIO2_VOICE_SENDS {
pub SendCount: u32,
pub pSends: *mut XAUDIO2_SEND_DESCRIPTOR,
}
Fields§
§SendCount: u32
§pSends: *mut XAUDIO2_SEND_DESCRIPTOR
Trait Implementations§
§impl Clone for XAUDIO2_VOICE_SENDS
impl Clone for XAUDIO2_VOICE_SENDS
§fn clone(&self) -> XAUDIO2_VOICE_SENDS
fn clone(&self) -> XAUDIO2_VOICE_SENDS
Returns a copy 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 more§impl Default for XAUDIO2_VOICE_SENDS
impl Default for XAUDIO2_VOICE_SENDS
impl Copy for XAUDIO2_VOICE_SENDS
Auto Trait Implementations§
impl Freeze for XAUDIO2_VOICE_SENDS
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§
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