Struct windows_sys::Win32::Media::KernelStreaming::CC_HW_FIELD
[−]#[repr(C)]pub struct CC_HW_FIELD {
pub ScanlinesRequested: VBICODECFILTERING_SCANLINES,
pub fieldFlags: u32,
pub PictureNumber: i64,
pub Lines: [CC_BYTE_PAIR; 12],
}
Expand description
Required features: "Win32_Media_KernelStreaming"
Fields
ScanlinesRequested: VBICODECFILTERING_SCANLINES
fieldFlags: u32
PictureNumber: i64
Lines: [CC_BYTE_PAIR; 12]
Trait Implementations
impl Clone for CC_HW_FIELD
impl Clone for CC_HW_FIELD
impl Copy for CC_HW_FIELD
Auto Trait Implementations
impl RefUnwindSafe for CC_HW_FIELD
impl Send for CC_HW_FIELD
impl Sync for CC_HW_FIELD
impl Unpin for CC_HW_FIELD
impl UnwindSafe for CC_HW_FIELD
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