#[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: i32
Trait 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 moreimpl Copy 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)