Struct windows_sys::Win32::Media::Audio::XAudio2::XAPO_LOCKFORPROCESS_PARAMETERS
[−]#[repr(C, packed(1))]pub struct XAPO_LOCKFORPROCESS_PARAMETERS {
pub pFormat: *const WAVEFORMATEX,
pub MaxFrameCount: u32,
}
Expand description
Required features: "Win32_Media_Audio_XAudio2"
Fields
pFormat: *const WAVEFORMATEX
MaxFrameCount: u32
Trait Implementations
impl Clone for XAPO_LOCKFORPROCESS_PARAMETERS
impl Clone for XAPO_LOCKFORPROCESS_PARAMETERS
impl Copy for XAPO_LOCKFORPROCESS_PARAMETERS
Auto Trait Implementations
impl RefUnwindSafe for XAPO_LOCKFORPROCESS_PARAMETERS
impl !Send for XAPO_LOCKFORPROCESS_PARAMETERS
impl !Sync for XAPO_LOCKFORPROCESS_PARAMETERS
impl Unpin for XAPO_LOCKFORPROCESS_PARAMETERS
impl UnwindSafe for XAPO_LOCKFORPROCESS_PARAMETERS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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