#[repr(C)]pub struct KSAUDIOENGINE_DESCRIPTOR {
pub nHostPinId: u32,
pub nOffloadPinId: u32,
pub nLoopbackPinId: u32,
}
Expand description
Required features: "Win32_Media_KernelStreaming"
Fields
nHostPinId: u32
nOffloadPinId: u32
nLoopbackPinId: u32
Trait Implementations
impl Clone for KSAUDIOENGINE_DESCRIPTOR
impl Clone for KSAUDIOENGINE_DESCRIPTOR
impl Copy for KSAUDIOENGINE_DESCRIPTOR
Auto Trait Implementations
impl RefUnwindSafe for KSAUDIOENGINE_DESCRIPTOR
impl Send for KSAUDIOENGINE_DESCRIPTOR
impl Sync for KSAUDIOENGINE_DESCRIPTOR
impl Unpin for KSAUDIOENGINE_DESCRIPTOR
impl UnwindSafe for KSAUDIOENGINE_DESCRIPTOR
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