#[repr(C)]pub struct KSAUDIO_PACKETSIZE_PROCESSINGMODE_CONSTRAINT {
pub ProcessingMode: GUID,
pub SamplesPerProcessingPacket: u32,
pub ProcessingPacketDurationInHns: u32,
}Expand description
Required features: "Win32_Media_KernelStreaming"
Fields
ProcessingMode: GUIDSamplesPerProcessingPacket: u32ProcessingPacketDurationInHns: u32Trait Implementations
impl Copy for KSAUDIO_PACKETSIZE_PROCESSINGMODE_CONSTRAINT
Auto Trait Implementations
impl RefUnwindSafe for KSAUDIO_PACKETSIZE_PROCESSINGMODE_CONSTRAINT
impl Send for KSAUDIO_PACKETSIZE_PROCESSINGMODE_CONSTRAINT
impl Sync for KSAUDIO_PACKETSIZE_PROCESSINGMODE_CONSTRAINT
impl Unpin for KSAUDIO_PACKETSIZE_PROCESSINGMODE_CONSTRAINT
impl UnwindSafe for KSAUDIO_PACKETSIZE_PROCESSINGMODE_CONSTRAINT
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