#[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,
}
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
impl Clone for KS_VIDEO_STREAM_CONFIG_CAPS
§fn clone(&self) -> KS_VIDEO_STREAM_CONFIG_CAPS
fn clone(&self) -> KS_VIDEO_STREAM_CONFIG_CAPS
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 KS_VIDEO_STREAM_CONFIG_CAPS
Auto Trait Implementations§
impl Freeze for KS_VIDEO_STREAM_CONFIG_CAPS
impl RefUnwindSafe for KS_VIDEO_STREAM_CONFIG_CAPS
impl Send for KS_VIDEO_STREAM_CONFIG_CAPS
impl Sync for KS_VIDEO_STREAM_CONFIG_CAPS
impl Unpin for KS_VIDEO_STREAM_CONFIG_CAPS
impl UnwindSafe for KS_VIDEO_STREAM_CONFIG_CAPS
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
)