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