#[repr(C)]pub struct KSAUDIO_PACKETSIZE_CONSTRAINTS2 {
pub MinPacketPeriodInHns: u32,
pub PacketSizeFileAlignment: u32,
pub MaxPacketSizeInBytes: u32,
pub NumProcessingModeConstraints: u32,
pub ProcessingModeConstraints: [KSAUDIO_PACKETSIZE_PROCESSINGMODE_CONSTRAINT; 1],
}
Fields§
§MinPacketPeriodInHns: u32
§PacketSizeFileAlignment: u32
§MaxPacketSizeInBytes: u32
§NumProcessingModeConstraints: u32
§ProcessingModeConstraints: [KSAUDIO_PACKETSIZE_PROCESSINGMODE_CONSTRAINT; 1]
Trait Implementations§
§impl Clone for KSAUDIO_PACKETSIZE_CONSTRAINTS2
impl Clone for KSAUDIO_PACKETSIZE_CONSTRAINTS2
impl Copy for KSAUDIO_PACKETSIZE_CONSTRAINTS2
Auto Trait Implementations§
impl RefUnwindSafe for KSAUDIO_PACKETSIZE_CONSTRAINTS2
impl Send for KSAUDIO_PACKETSIZE_CONSTRAINTS2
impl Sync for KSAUDIO_PACKETSIZE_CONSTRAINTS2
impl Unpin for KSAUDIO_PACKETSIZE_CONSTRAINTS2
impl UnwindSafe for KSAUDIO_PACKETSIZE_CONSTRAINTS2
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