Struct KSAUDIO_PACKETSIZE_CONSTRAINTS2
#[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
§fn clone(&self) -> KSAUDIO_PACKETSIZE_CONSTRAINTS2
fn clone(&self) -> KSAUDIO_PACKETSIZE_CONSTRAINTS2
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for KSAUDIO_PACKETSIZE_CONSTRAINTS2
impl Debug for KSAUDIO_PACKETSIZE_CONSTRAINTS2
§impl Default for KSAUDIO_PACKETSIZE_CONSTRAINTS2
impl Default for KSAUDIO_PACKETSIZE_CONSTRAINTS2
impl Copy for KSAUDIO_PACKETSIZE_CONSTRAINTS2
impl StructuralPartialEq for KSAUDIO_PACKETSIZE_CONSTRAINTS2
Auto Trait Implementations§
impl Freeze for KSAUDIO_PACKETSIZE_CONSTRAINTS2
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