#[repr(C)]pub struct AVDeviceRect {
pub x: c_int,
pub y: c_int,
pub width: c_int,
pub height: c_int,
}Fields§
§x: c_int< x coordinate of top left corner
y: c_int< y coordinate of top left corner
width: c_int< width
height: c_int< height
trait 实现§
源代码§impl Clone for AVDeviceRect
impl Clone for AVDeviceRect
源代码§fn clone(&self) -> AVDeviceRect
fn clone(&self) -> AVDeviceRect
Returns a duplicate of the value. 阅读更多
1.0.0 · 源代码§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
从
source 执行拷贝赋值。 阅读更多源代码§impl Debug for AVDeviceRect
impl Debug for AVDeviceRect
源代码§impl PartialEq for AVDeviceRect
impl PartialEq for AVDeviceRect
impl Copy for AVDeviceRect
impl Eq for AVDeviceRect
impl StructuralPartialEq for AVDeviceRect
自动 trait 实现§
impl Freeze for AVDeviceRect
impl RefUnwindSafe for AVDeviceRect
impl Send for AVDeviceRect
impl Sync for AVDeviceRect
impl Unpin for AVDeviceRect
impl UnsafeUnpin for AVDeviceRect
impl UnwindSafe for AVDeviceRect
blanket 实现§
源代码§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
源代码§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
从拥有的值可变地借用。 阅读更多