Struct windows_sys::Win32::Media::MediaFoundation::MOVE_RECT
[−]Expand description
Required features: "Win32_Media_MediaFoundation"
, "Win32_Foundation"
Fields
SourcePoint: POINT
DestRect: RECT
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MOVE_RECT
impl Send for MOVE_RECT
impl Sync for MOVE_RECT
impl Unpin for MOVE_RECT
impl UnwindSafe for MOVE_RECT
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