Struct windows_sys::Win32::Media::DirectShow::AVIEXTHEADER
[−]#[repr(C, packed(2))]pub struct AVIEXTHEADER {
pub fcc: u32,
pub cb: u32,
pub dwGrandFrames: u32,
pub dwFuture: [u32; 61],
}
Expand description
Required features: "Win32_Media_DirectShow"
Fields
fcc: u32
cb: u32
dwGrandFrames: u32
dwFuture: [u32; 61]
Trait Implementations
impl Clone for AVIEXTHEADER
impl Clone for AVIEXTHEADER
impl Copy for AVIEXTHEADER
Auto Trait Implementations
impl RefUnwindSafe for AVIEXTHEADER
impl Send for AVIEXTHEADER
impl Sync for AVIEXTHEADER
impl Unpin for AVIEXTHEADER
impl UnwindSafe for AVIEXTHEADER
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