Struct 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,
}Fields§
§fccType: u32§fccHandler: u32§dwFlags: u32§wPriority: u16§wLanguage: u16§dwInitialFrames: u32§dwScale: u32§dwRate: u32§dwStart: u32§dwLength: u32§dwSuggestedBufferSize: u32§dwQuality: u32§dwSampleSize: u32§rcFrame: RECTTrait Implementations§
§impl Clone for AVIStreamHeader
impl Clone for AVIStreamHeader
§fn clone(&self) -> AVIStreamHeader
fn clone(&self) -> AVIStreamHeader
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for AVIStreamHeader
impl Debug for AVIStreamHeader
§impl Default for AVIStreamHeader
impl Default for AVIStreamHeader
§fn default() -> AVIStreamHeader
fn default() -> AVIStreamHeader
Returns the “default value” for a type. Read more
§impl PartialEq for AVIStreamHeader
impl PartialEq for AVIStreamHeader
impl Copy for AVIStreamHeader
impl StructuralPartialEq for AVIStreamHeader
Auto Trait Implementations§
impl Freeze for AVIStreamHeader
impl RefUnwindSafe for AVIStreamHeader
impl Send for AVIStreamHeader
impl Sync for AVIStreamHeader
impl Unpin for AVIStreamHeader
impl UnwindSafe for AVIStreamHeader
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