Struct MFVideoNormalizedRect
#[repr(C)]pub struct MFVideoNormalizedRect {
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 MFVideoNormalizedRect
impl Clone for MFVideoNormalizedRect
§fn clone(&self) -> MFVideoNormalizedRect
fn clone(&self) -> MFVideoNormalizedRect
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 MFVideoNormalizedRect
impl Debug for MFVideoNormalizedRect
§impl Default for MFVideoNormalizedRect
impl Default for MFVideoNormalizedRect
§impl PartialEq for MFVideoNormalizedRect
impl PartialEq for MFVideoNormalizedRect
impl Copy for MFVideoNormalizedRect
impl StructuralPartialEq for MFVideoNormalizedRect
Auto Trait Implementations§
impl Freeze for MFVideoNormalizedRect
impl RefUnwindSafe for MFVideoNormalizedRect
impl Send for MFVideoNormalizedRect
impl Sync for MFVideoNormalizedRect
impl Unpin for MFVideoNormalizedRect
impl UnwindSafe for MFVideoNormalizedRect
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