Struct vpx_sys::vpx_image_rect
source · #[repr(C)]pub struct vpx_image_rect {
pub x: c_uint,
pub y: c_uint,
pub w: c_uint,
pub h: c_uint,
}Fields§
§x: c_uint§y: c_uint§w: c_uint§h: c_uintTrait Implementations§
source§impl Clone for vpx_image_rect
impl Clone for vpx_image_rect
source§fn clone(&self) -> vpx_image_rect
fn clone(&self) -> vpx_image_rect
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