Struct windows_sys::Win32::Media::Multimedia::AVICOMPRESSOPTIONS
[−]#[repr(C)]pub struct AVICOMPRESSOPTIONS {
pub fccType: u32,
pub fccHandler: u32,
pub dwKeyFrameEvery: u32,
pub dwQuality: u32,
pub dwBytesPerSecond: u32,
pub dwFlags: u32,
pub lpFormat: *mut c_void,
pub cbFormat: u32,
pub lpParms: *mut c_void,
pub cbParms: u32,
pub dwInterleaveEvery: u32,
}Expand description
Required features: "Win32_Media_Multimedia"
Fields
fccType: u32fccHandler: u32dwKeyFrameEvery: u32dwQuality: u32dwBytesPerSecond: u32dwFlags: u32lpFormat: *mut c_voidcbFormat: u32lpParms: *mut c_voidcbParms: u32dwInterleaveEvery: u32Trait Implementations
impl Clone for AVICOMPRESSOPTIONS
impl Clone for AVICOMPRESSOPTIONS
impl Copy for AVICOMPRESSOPTIONS
Auto Trait Implementations
impl RefUnwindSafe for AVICOMPRESSOPTIONS
impl !Send for AVICOMPRESSOPTIONS
impl !Sync for AVICOMPRESSOPTIONS
impl Unpin for AVICOMPRESSOPTIONS
impl UnwindSafe for AVICOMPRESSOPTIONS
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