Struct vpx_sys::vpx_image_rect
source · [−]Fields
x: c_uinty: c_uintw: c_uinth: c_uintTrait Implementations
sourceimpl Clone for vpx_image_rect
impl Clone for vpx_image_rect
sourcefn clone(&self) -> vpx_image_rect
fn clone(&self) -> vpx_image_rect
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for vpx_image_rect
impl Debug for vpx_image_rect
impl Copy for vpx_image_rect
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more