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