Struct windows_sys::Win32::Media::DirectShow::AVIStreamHeader
[−]#[repr(C)]pub struct AVIStreamHeader {Show 14 fields
pub fccType: u32,
pub fccHandler: u32,
pub dwFlags: u32,
pub wPriority: u16,
pub wLanguage: u16,
pub dwInitialFrames: u32,
pub dwScale: u32,
pub dwRate: u32,
pub dwStart: u32,
pub dwLength: u32,
pub dwSuggestedBufferSize: u32,
pub dwQuality: u32,
pub dwSampleSize: u32,
pub rcFrame: RECT,
}Expand description
Required features: "Win32_Media_DirectShow", "Win32_Foundation"
Fields
fccType: u32fccHandler: u32dwFlags: u32wPriority: u16wLanguage: u16dwInitialFrames: u32dwScale: u32dwRate: u32dwStart: u32dwLength: u32dwSuggestedBufferSize: u32dwQuality: u32dwSampleSize: u32rcFrame: RECTTrait Implementations
impl Clone for AVIStreamHeader
impl Clone for AVIStreamHeader
impl Copy for AVIStreamHeader
Auto Trait Implementations
impl RefUnwindSafe for AVIStreamHeader
impl Send for AVIStreamHeader
impl Sync for AVIStreamHeader
impl Unpin for AVIStreamHeader
impl UnwindSafe for AVIStreamHeader
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