Struct AVIEXTHEADER
#[repr(C, packed(2))]pub struct AVIEXTHEADER {
pub fcc: u32,
pub cb: u32,
pub dwGrandFrames: u32,
pub dwFuture: [u32; 61],
}
Fields§
§fcc: u32
§cb: u32
§dwGrandFrames: u32
§dwFuture: [u32; 61]
Trait Implementations§
§impl Clone for AVIEXTHEADER
impl Clone for AVIEXTHEADER
§fn clone(&self) -> AVIEXTHEADER
fn clone(&self) -> AVIEXTHEADER
Returns a copy 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 Default for AVIEXTHEADER
impl Default for AVIEXTHEADER
impl Copy for AVIEXTHEADER
Auto Trait Implementations§
impl Freeze for AVIEXTHEADER
impl RefUnwindSafe for AVIEXTHEADER
impl Send for AVIEXTHEADER
impl Sync for AVIEXTHEADER
impl Unpin for AVIEXTHEADER
impl UnwindSafe for AVIEXTHEADER
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