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,
}Fields§
§EnableOutput: i32§EnableRecord: i32§EnableSelsync: i32§Input: i32§MonitorSource: i32Trait 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§
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