#[repr(C)]pub struct CVImageRect {
pub x: f64,
pub y: f64,
pub width: f64,
pub height: f64,
}Available on crate feature
cv only.Expand description
Rectangle returned by CVImageBufferGetCleanRect.
Fields§
§x: f64§y: f64§width: f64§height: f64Trait Implementations§
Source§impl Clone for CVImageRect
impl Clone for CVImageRect
Source§fn clone(&self) -> CVImageRect
fn clone(&self) -> CVImageRect
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CVImageRect
Source§impl Debug for CVImageRect
impl Debug for CVImageRect
Source§impl PartialEq for CVImageRect
impl PartialEq for CVImageRect
impl StructuralPartialEq for CVImageRect
Auto Trait Implementations§
impl Freeze for CVImageRect
impl RefUnwindSafe for CVImageRect
impl Send for CVImageRect
impl Sync for CVImageRect
impl Unpin for CVImageRect
impl UnsafeUnpin for CVImageRect
impl UnwindSafe for CVImageRect
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