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