Struct windows_sys::Win32::Media::KernelStreaming::TRANSPORTAUDIOPARMS
[−]#[repr(C)]pub struct TRANSPORTAUDIOPARMS {
pub EnableOutput: i32,
pub EnableRecord: i32,
pub EnableSelsync: i32,
pub Input: i32,
pub MonitorSource: i32,
}
Expand description
Required features: "Win32_Media_KernelStreaming"
Fields
EnableOutput: i32
EnableRecord: i32
EnableSelsync: i32
Input: i32
MonitorSource: i32
Trait Implementations
impl Clone for TRANSPORTAUDIOPARMS
impl Clone for TRANSPORTAUDIOPARMS
impl Copy for TRANSPORTAUDIOPARMS
Auto Trait Implementations
impl RefUnwindSafe for TRANSPORTAUDIOPARMS
impl Send for TRANSPORTAUDIOPARMS
impl Sync for TRANSPORTAUDIOPARMS
impl Unpin for TRANSPORTAUDIOPARMS
impl UnwindSafe for TRANSPORTAUDIOPARMS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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