Struct windows_sys::Win32::Media::MediaFoundation::MFVideoNormalizedRect
[−]#[repr(C)]pub struct MFVideoNormalizedRect {
pub left: f32,
pub top: f32,
pub right: f32,
pub bottom: f32,
}
Expand description
Required features: "Win32_Media_MediaFoundation"
Fields
left: f32
top: f32
right: f32
bottom: f32
Trait Implementations
impl Clone for MFVideoNormalizedRect
impl Clone for MFVideoNormalizedRect
impl Copy for MFVideoNormalizedRect
Auto Trait Implementations
impl RefUnwindSafe for MFVideoNormalizedRect
impl Send for MFVideoNormalizedRect
impl Sync for MFVideoNormalizedRect
impl Unpin for MFVideoNormalizedRect
impl UnwindSafe for MFVideoNormalizedRect
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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