Struct windows_sys::Win32::Media::MediaFoundation::MOVEREGION_INFO
[−]#[repr(C)]pub struct MOVEREGION_INFO {
pub FrameNumber: u32,
pub NumMoveRegions: u32,
pub MoveRegions: [MOVE_RECT; 1],
}
Expand description
Required features: "Win32_Media_MediaFoundation"
, "Win32_Foundation"
Fields
FrameNumber: u32
NumMoveRegions: u32
MoveRegions: [MOVE_RECT; 1]
Trait Implementations
impl Clone for MOVEREGION_INFO
impl Clone for MOVEREGION_INFO
impl Copy for MOVEREGION_INFO
Auto Trait Implementations
impl RefUnwindSafe for MOVEREGION_INFO
impl Send for MOVEREGION_INFO
impl Sync for MOVEREGION_INFO
impl Unpin for MOVEREGION_INFO
impl UnwindSafe for MOVEREGION_INFO
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