#[repr(C)]pub struct KSCAMERA_EXTENDEDPROP_ROI_CONFIGCAPS {
pub ControlId: u32,
pub MaxNumberOfROIs: u32,
pub Capability: u64,
}
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more