#[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 moreSource§impl Debug for vpx_image_rect
impl Debug for vpx_image_rect
impl Copy for vpx_image_rect
Auto Trait Implementations§
impl Freeze for vpx_image_rect
impl RefUnwindSafe for vpx_image_rect
impl Send for vpx_image_rect
impl Sync for vpx_image_rect
impl Unpin for vpx_image_rect
impl UnwindSafe for vpx_image_rect
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