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