Struct windows_sys::Win32::Media::KernelStreaming::KSDATARANGE_MUSIC
[−]#[repr(C)]pub struct KSDATARANGE_MUSIC {
pub DataRange: KSDATAFORMAT,
pub Technology: GUID,
pub Channels: u32,
pub Notes: u32,
pub ChannelMask: u32,
}
Expand description
Required features: "Win32_Media_KernelStreaming"
Fields
DataRange: KSDATAFORMAT
Technology: GUID
Channels: u32
Notes: u32
ChannelMask: u32
Trait Implementations
impl Clone for KSDATARANGE_MUSIC
impl Clone for KSDATARANGE_MUSIC
impl Copy for KSDATARANGE_MUSIC
Auto Trait Implementations
impl RefUnwindSafe for KSDATARANGE_MUSIC
impl Send for KSDATARANGE_MUSIC
impl Sync for KSDATARANGE_MUSIC
impl Unpin for KSDATARANGE_MUSIC
impl UnwindSafe for KSDATARANGE_MUSIC
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more