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_Media_KernelStreaming", "Win32_Foundation"
Fields
rcSource: RECTrcTarget: RECTdwActiveWidth: u32dwActiveHeight: u32AvgTimePerFrame: 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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