Struct windows_sys::Win32::Media::MediaFoundation::MACROBLOCK_DATA
[−]#[repr(C)]pub struct MACROBLOCK_DATA {
pub flags: u32,
pub motionVectorX: i16,
pub motionVectorY: i16,
pub QPDelta: i32,
}
Expand description
Required features: ‘Win32_Media_MediaFoundation’
Fields
flags: u32
motionVectorX: i16
motionVectorY: i16
QPDelta: i32
Trait Implementations
impl Clone for MACROBLOCK_DATA
impl Clone for MACROBLOCK_DATA
impl Copy for MACROBLOCK_DATA
Auto Trait Implementations
impl RefUnwindSafe for MACROBLOCK_DATA
impl Send for MACROBLOCK_DATA
impl Sync for MACROBLOCK_DATA
impl Unpin for MACROBLOCK_DATA
impl UnwindSafe for MACROBLOCK_DATA
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more