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: RECT
rcTarget: RECT
dwActiveWidth: u32
dwActiveHeight: u32
AvgTimePerFrame: i64
Trait 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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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