#[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: i32ResolutionY: i32PorchTop: i32PorchLeft: i32PorchBottom: i32PorchRight: i32NonUpscalingWindowSize: i32MinWindowSize: i32MaxWindowSize: i32Reserved: i32

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.