Struct windows_sys::Win32::Media::DirectShow::KSM_BDA_PIN_PAIR
[−]#[repr(C)]pub struct KSM_BDA_PIN_PAIR {
pub Method: KSIDENTIFIER,
pub Anonymous1: KSM_BDA_PIN_PAIR_0,
pub Anonymous2: KSM_BDA_PIN_PAIR_1,
}
Expand description
Required features: "Win32_Media_DirectShow"
, "Win32_Media_KernelStreaming"
Fields
Method: KSIDENTIFIER
Anonymous1: KSM_BDA_PIN_PAIR_0
Anonymous2: KSM_BDA_PIN_PAIR_1
Trait Implementations
impl Clone for KSM_BDA_PIN_PAIR
impl Clone for KSM_BDA_PIN_PAIR
impl Copy for KSM_BDA_PIN_PAIR
Auto Trait Implementations
impl RefUnwindSafe for KSM_BDA_PIN_PAIR
impl Send for KSM_BDA_PIN_PAIR
impl Sync for KSM_BDA_PIN_PAIR
impl Unpin for KSM_BDA_PIN_PAIR
impl UnwindSafe for KSM_BDA_PIN_PAIR
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