#[repr(C)]pub struct MFVideoNormalizedRect {
pub left: f32,
pub top: f32,
pub right: f32,
pub bottom: f32,
}
Available on crate feature
mf
only.Expand description
MFVideoNormalizedRect
struct.
Fields§
§left: f32
§top: f32
§right: f32
§bottom: f32
Trait Implementations§
Source§impl Clone for MFVideoNormalizedRect
impl Clone for MFVideoNormalizedRect
Source§fn clone(&self) -> MFVideoNormalizedRect
fn clone(&self) -> MFVideoNormalizedRect
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for MFVideoNormalizedRect
impl Default for MFVideoNormalizedRect
Source§fn default() -> MFVideoNormalizedRect
fn default() -> MFVideoNormalizedRect
Returns the “default value” for a type. Read more
Source§impl Display for MFVideoNormalizedRect
impl Display for MFVideoNormalizedRect
Source§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