Struct windows_sys::Win32::Media::KernelStreaming::KS_ANALOGVIDEOINFO
#[repr(C)]pub struct KS_ANALOGVIDEOINFO {
pub rcSource: RECT,
pub rcTarget: RECT,
pub dwActiveWidth: u32,
pub dwActiveHeight: u32,
pub AvgTimePerFrame: i64,
}Expand description
Required features: "Win32_Foundation"
Fields§
§rcSource: RECT§rcTarget: RECT§dwActiveWidth: u32§dwActiveHeight: u32§AvgTimePerFrame: i64Trait Implementations§
§impl Clone for KS_ANALOGVIDEOINFO
impl Clone for KS_ANALOGVIDEOINFO
impl Copy for KS_ANALOGVIDEOINFO
Auto Trait Implementations§
impl RefUnwindSafe for KS_ANALOGVIDEOINFO
impl Send for KS_ANALOGVIDEOINFO
impl Sync for KS_ANALOGVIDEOINFO
impl Unpin for KS_ANALOGVIDEOINFO
impl UnwindSafe for KS_ANALOGVIDEOINFO
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