#[repr(C)]
pub struct KS_VIDEO_STREAM_CONFIG_CAPS {
Show 21 fields pub guid: GUID, pub VideoStandard: u32, pub InputSize: SIZE, pub MinCroppingSize: SIZE, pub MaxCroppingSize: SIZE, pub CropGranularityX: i32, pub CropGranularityY: i32, pub CropAlignX: i32, pub CropAlignY: i32, pub MinOutputSize: SIZE, pub MaxOutputSize: SIZE, pub OutputGranularityX: i32, pub OutputGranularityY: i32, pub StretchTapsX: i32, pub StretchTapsY: i32, pub ShrinkTapsX: i32, pub ShrinkTapsY: i32, pub MinFrameInterval: i64, pub MaxFrameInterval: i64, pub MinBitsPerSecond: i32, pub MaxBitsPerSecond: i32,
}
Expand description

Required features: "Win32_Foundation"

Fields§

§guid: GUID§VideoStandard: u32§InputSize: SIZE§MinCroppingSize: SIZE§MaxCroppingSize: SIZE§CropGranularityX: i32§CropGranularityY: i32§CropAlignX: i32§CropAlignY: i32§MinOutputSize: SIZE§MaxOutputSize: SIZE§OutputGranularityX: i32§OutputGranularityY: i32§StretchTapsX: i32§StretchTapsY: i32§ShrinkTapsX: i32§ShrinkTapsY: i32§MinFrameInterval: i64§MaxFrameInterval: i64§MinBitsPerSecond: i32§MaxBitsPerSecond: i32

Trait Implementations§

§

impl Clone for KS_VIDEO_STREAM_CONFIG_CAPS

§

fn clone(&self) -> Self

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Copy for KS_VIDEO_STREAM_CONFIG_CAPS

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for Twhere U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

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

source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.