#[repr(C)]pub struct KSCAMERA_EXTENDEDPROP_ROI_CONFIGCAPS {
pub ControlId: u32,
pub MaxNumberOfROIs: u32,
pub Capability: u64,
}
Expand description
Required features: "Win32_Media_KernelStreaming"
Fields
ControlId: u32
MaxNumberOfROIs: u32
Capability: u64
Trait Implementations
impl Copy for KSCAMERA_EXTENDEDPROP_ROI_CONFIGCAPS
Auto Trait Implementations
impl RefUnwindSafe for KSCAMERA_EXTENDEDPROP_ROI_CONFIGCAPS
impl Send for KSCAMERA_EXTENDEDPROP_ROI_CONFIGCAPS
impl Sync for KSCAMERA_EXTENDEDPROP_ROI_CONFIGCAPS
impl Unpin for KSCAMERA_EXTENDEDPROP_ROI_CONFIGCAPS
impl UnwindSafe for KSCAMERA_EXTENDEDPROP_ROI_CONFIGCAPS
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