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