Struct windows::Win32::Media::DirectShow::VMR9NormalizedRect
#[repr(C)]pub struct VMR9NormalizedRect {
pub left: f32,
pub top: f32,
pub right: f32,
pub bottom: f32,
}
Fields§
§left: f32
§top: f32
§right: f32
§bottom: f32
Trait Implementations§
§impl Clone for VMR9NormalizedRect
impl Clone for VMR9NormalizedRect
§fn clone(&self) -> VMR9NormalizedRect
fn clone(&self) -> VMR9NormalizedRect
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for VMR9NormalizedRect
impl Debug for VMR9NormalizedRect
§impl Default for VMR9NormalizedRect
impl Default for VMR9NormalizedRect
§impl PartialEq for VMR9NormalizedRect
impl PartialEq for VMR9NormalizedRect
§fn eq(&self, other: &VMR9NormalizedRect) -> bool
fn eq(&self, other: &VMR9NormalizedRect) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for VMR9NormalizedRect
impl StructuralPartialEq for VMR9NormalizedRect
Auto Trait Implementations§
impl Freeze for VMR9NormalizedRect
impl RefUnwindSafe for VMR9NormalizedRect
impl Send for VMR9NormalizedRect
impl Sync for VMR9NormalizedRect
impl Unpin for VMR9NormalizedRect
impl UnwindSafe for VMR9NormalizedRect
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)