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