Struct windows_sys::Win32::Media::KernelStreaming::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,
}
Expand description
Required features: "Win32_Media_KernelStreaming"
Fields
ResolutionX: i32
ResolutionY: i32
PorchTop: i32
PorchLeft: i32
PorchBottom: i32
PorchRight: i32
NonUpscalingWindowSize: i32
MinWindowSize: i32
MaxWindowSize: i32
Reserved: i32
Trait Implementations
impl Copy for KSCAMERA_EXTENDEDPROP_DIGITALWINDOW_CONFIGCAPS
Auto Trait Implementations
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
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