#[repr(C)]pub struct KSWAVE_INPUT_CAPABILITIES {
pub MaximumChannelsPerConnection: u32,
pub MinimumBitsPerSample: u32,
pub MaximumBitsPerSample: u32,
pub MinimumSampleFrequency: u32,
pub MaximumSampleFrequency: u32,
pub TotalConnections: u32,
pub ActiveConnections: u32,
}
Fields§
§MaximumChannelsPerConnection: u32
§MinimumBitsPerSample: u32
§MaximumBitsPerSample: u32
§MinimumSampleFrequency: u32
§MaximumSampleFrequency: u32
§TotalConnections: u32
§ActiveConnections: u32
Trait Implementations§
§impl Clone for KSWAVE_INPUT_CAPABILITIES
impl Clone for KSWAVE_INPUT_CAPABILITIES
§fn clone(&self) -> KSWAVE_INPUT_CAPABILITIES
fn clone(&self) -> KSWAVE_INPUT_CAPABILITIES
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 moreimpl Copy for KSWAVE_INPUT_CAPABILITIES
Auto Trait Implementations§
impl Freeze for KSWAVE_INPUT_CAPABILITIES
impl RefUnwindSafe for KSWAVE_INPUT_CAPABILITIES
impl Send for KSWAVE_INPUT_CAPABILITIES
impl Sync for KSWAVE_INPUT_CAPABILITIES
impl Unpin for KSWAVE_INPUT_CAPABILITIES
impl UnwindSafe for KSWAVE_INPUT_CAPABILITIES
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)