Struct windows::Win32::Media::DirectShow::AUDIO_STREAM_CONFIG_CAPS
#[repr(C)]pub struct AUDIO_STREAM_CONFIG_CAPS {
pub guid: GUID,
pub MinimumChannels: u32,
pub MaximumChannels: u32,
pub ChannelsGranularity: u32,
pub MinimumBitsPerSample: u32,
pub MaximumBitsPerSample: u32,
pub BitsPerSampleGranularity: u32,
pub MinimumSampleFrequency: u32,
pub MaximumSampleFrequency: u32,
pub SampleFrequencyGranularity: u32,
}
Fields§
§guid: GUID
§MinimumChannels: u32
§MaximumChannels: u32
§ChannelsGranularity: u32
§MinimumBitsPerSample: u32
§MaximumBitsPerSample: u32
§BitsPerSampleGranularity: u32
§MinimumSampleFrequency: u32
§MaximumSampleFrequency: u32
§SampleFrequencyGranularity: u32
Trait Implementations§
§impl Clone for AUDIO_STREAM_CONFIG_CAPS
impl Clone for AUDIO_STREAM_CONFIG_CAPS
§fn clone(&self) -> AUDIO_STREAM_CONFIG_CAPS
fn clone(&self) -> AUDIO_STREAM_CONFIG_CAPS
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 AUDIO_STREAM_CONFIG_CAPS
impl Debug for AUDIO_STREAM_CONFIG_CAPS
§impl Default for AUDIO_STREAM_CONFIG_CAPS
impl Default for AUDIO_STREAM_CONFIG_CAPS
§impl PartialEq for AUDIO_STREAM_CONFIG_CAPS
impl PartialEq for AUDIO_STREAM_CONFIG_CAPS
§fn eq(&self, other: &AUDIO_STREAM_CONFIG_CAPS) -> bool
fn eq(&self, other: &AUDIO_STREAM_CONFIG_CAPS) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for AUDIO_STREAM_CONFIG_CAPS
impl Eq for AUDIO_STREAM_CONFIG_CAPS
impl StructuralPartialEq for AUDIO_STREAM_CONFIG_CAPS
Auto Trait Implementations§
impl Freeze for AUDIO_STREAM_CONFIG_CAPS
impl RefUnwindSafe for AUDIO_STREAM_CONFIG_CAPS
impl Send for AUDIO_STREAM_CONFIG_CAPS
impl Sync for AUDIO_STREAM_CONFIG_CAPS
impl Unpin for AUDIO_STREAM_CONFIG_CAPS
impl UnwindSafe for AUDIO_STREAM_CONFIG_CAPS
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
)