Struct windows_sys::Win32::Media::MediaFoundation::MFVideoArea
[−]Expand description
Required features: "Win32_Media_MediaFoundation"
, "Win32_Foundation"
Fields
OffsetX: MFOffset
OffsetY: MFOffset
Area: SIZE
Trait Implementations
impl Clone for MFVideoArea
impl Clone for MFVideoArea
impl Copy for MFVideoArea
Auto Trait Implementations
impl RefUnwindSafe for MFVideoArea
impl Send for MFVideoArea
impl Sync for MFVideoArea
impl Unpin for MFVideoArea
impl UnwindSafe for MFVideoArea
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