Struct VMR9VideoDesc
#[repr(C)]pub struct VMR9VideoDesc {
pub dwSize: u32,
pub dwSampleWidth: u32,
pub dwSampleHeight: u32,
pub SampleFormat: VMR9_SampleFormat,
pub dwFourCC: u32,
pub InputSampleFreq: VMR9Frequency,
pub OutputFrameFreq: VMR9Frequency,
}
Fields§
§dwSize: u32
§dwSampleWidth: u32
§dwSampleHeight: u32
§SampleFormat: VMR9_SampleFormat
§dwFourCC: u32
§InputSampleFreq: VMR9Frequency
§OutputFrameFreq: VMR9Frequency
Trait Implementations§
§impl Clone for VMR9VideoDesc
impl Clone for VMR9VideoDesc
§fn clone(&self) -> VMR9VideoDesc
fn clone(&self) -> VMR9VideoDesc
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 Debug for VMR9VideoDesc
impl Debug for VMR9VideoDesc
§impl Default for VMR9VideoDesc
impl Default for VMR9VideoDesc
§impl PartialEq for VMR9VideoDesc
impl PartialEq for VMR9VideoDesc
impl Copy for VMR9VideoDesc
impl StructuralPartialEq for VMR9VideoDesc
Auto Trait Implementations§
impl Freeze for VMR9VideoDesc
impl RefUnwindSafe for VMR9VideoDesc
impl Send for VMR9VideoDesc
impl Sync for VMR9VideoDesc
impl Unpin for VMR9VideoDesc
impl UnwindSafe for VMR9VideoDesc
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