Struct AVVideoRect
#[repr(C)]pub struct AVVideoRect {
pub x: u32,
pub y: u32,
pub width: u32,
pub height: u32,
}
Fields§
§x: u32
§y: u32
§width: u32
§height: u32
Trait Implementations§
§impl Clone for AVVideoRect
impl Clone for AVVideoRect
§fn clone(&self) -> AVVideoRect
fn clone(&self) -> AVVideoRect
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 AVVideoRect
impl Debug for AVVideoRect
impl Copy for AVVideoRect
Auto Trait Implementations§
impl Freeze for AVVideoRect
impl RefUnwindSafe for AVVideoRect
impl Send for AVVideoRect
impl Sync for AVVideoRect
impl Unpin for AVVideoRect
impl UnwindSafe for AVVideoRect
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