Struct KSCAMERA_EXTENDEDPROP_DIGITALWINDOW_CONFIGCAPS
#[repr(C)]pub struct KSCAMERA_EXTENDEDPROP_DIGITALWINDOW_CONFIGCAPS {
pub ResolutionX: i32,
pub ResolutionY: i32,
pub PorchTop: i32,
pub PorchLeft: i32,
pub PorchBottom: i32,
pub PorchRight: i32,
pub NonUpscalingWindowSize: i32,
pub MinWindowSize: i32,
pub MaxWindowSize: i32,
pub Reserved: i32,
}Fields§
§ResolutionX: i32§ResolutionY: i32§PorchTop: i32§PorchLeft: i32§PorchBottom: i32§PorchRight: i32§NonUpscalingWindowSize: i32§MinWindowSize: i32§MaxWindowSize: i32§Reserved: i32Trait Implementations§
§impl Clone for KSCAMERA_EXTENDEDPROP_DIGITALWINDOW_CONFIGCAPS
impl Clone for KSCAMERA_EXTENDEDPROP_DIGITALWINDOW_CONFIGCAPS
§fn clone(&self) -> KSCAMERA_EXTENDEDPROP_DIGITALWINDOW_CONFIGCAPS
fn clone(&self) -> KSCAMERA_EXTENDEDPROP_DIGITALWINDOW_CONFIGCAPS
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl PartialEq for KSCAMERA_EXTENDEDPROP_DIGITALWINDOW_CONFIGCAPS
impl PartialEq for KSCAMERA_EXTENDEDPROP_DIGITALWINDOW_CONFIGCAPS
§fn eq(&self, other: &KSCAMERA_EXTENDEDPROP_DIGITALWINDOW_CONFIGCAPS) -> bool
fn eq(&self, other: &KSCAMERA_EXTENDEDPROP_DIGITALWINDOW_CONFIGCAPS) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for KSCAMERA_EXTENDEDPROP_DIGITALWINDOW_CONFIGCAPS
impl StructuralPartialEq for KSCAMERA_EXTENDEDPROP_DIGITALWINDOW_CONFIGCAPS
Auto Trait Implementations§
impl Freeze for KSCAMERA_EXTENDEDPROP_DIGITALWINDOW_CONFIGCAPS
impl RefUnwindSafe for KSCAMERA_EXTENDEDPROP_DIGITALWINDOW_CONFIGCAPS
impl Send for KSCAMERA_EXTENDEDPROP_DIGITALWINDOW_CONFIGCAPS
impl Sync for KSCAMERA_EXTENDEDPROP_DIGITALWINDOW_CONFIGCAPS
impl Unpin for KSCAMERA_EXTENDEDPROP_DIGITALWINDOW_CONFIGCAPS
impl UnwindSafe for KSCAMERA_EXTENDEDPROP_DIGITALWINDOW_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