#[repr(C)]pub struct KS_DATAFORMAT_VIDEOINFOHEADER {
pub DataFormat: KSDATAFORMAT,
pub VideoInfoHeader: KS_VIDEOINFOHEADER,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§DataFormat: KSDATAFORMAT
§VideoInfoHeader: KS_VIDEOINFOHEADER
Trait Implementations§
§impl Clone for KS_DATAFORMAT_VIDEOINFOHEADER
impl Clone for KS_DATAFORMAT_VIDEOINFOHEADER
impl Copy for KS_DATAFORMAT_VIDEOINFOHEADER
Auto Trait Implementations§
impl RefUnwindSafe for KS_DATAFORMAT_VIDEOINFOHEADER
impl Send for KS_DATAFORMAT_VIDEOINFOHEADER
impl Sync for KS_DATAFORMAT_VIDEOINFOHEADER
impl Unpin for KS_DATAFORMAT_VIDEOINFOHEADER
impl UnwindSafe for KS_DATAFORMAT_VIDEOINFOHEADER
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