Struct windows_sys::Win32::Media::DirectShow::VMR9NormalizedRect
[−]#[repr(C)]pub struct VMR9NormalizedRect {
pub left: f32,
pub top: f32,
pub right: f32,
pub bottom: f32,
}
Expand description
Required features: "Win32_Media_DirectShow"
Fields
left: f32
top: f32
right: f32
bottom: f32
Trait Implementations
impl Clone for VMR9NormalizedRect
impl Clone for VMR9NormalizedRect
impl Copy for VMR9NormalizedRect
Auto Trait Implementations
impl RefUnwindSafe for VMR9NormalizedRect
impl Send for VMR9NormalizedRect
impl Sync for VMR9NormalizedRect
impl Unpin for VMR9NormalizedRect
impl UnwindSafe for VMR9NormalizedRect
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