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