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