#[repr(C)]pub struct CVImageSize {
pub width: f64,
pub height: f64,
}Available on crate feature
cv only.Expand description
Size returned by CVImageBuffer accessors.
Fields§
§width: f64§height: f64Trait Implementations§
Source§impl Clone for CVImageSize
impl Clone for CVImageSize
Source§fn clone(&self) -> CVImageSize
fn clone(&self) -> CVImageSize
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 CVImageSize
Source§impl Debug for CVImageSize
impl Debug for CVImageSize
Source§impl PartialEq for CVImageSize
impl PartialEq for CVImageSize
impl StructuralPartialEq for CVImageSize
Auto Trait Implementations§
impl Freeze for CVImageSize
impl RefUnwindSafe for CVImageSize
impl Send for CVImageSize
impl Sync for CVImageSize
impl Unpin for CVImageSize
impl UnsafeUnpin for CVImageSize
impl UnwindSafe for CVImageSize
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