Enum opencv::imgproc::InterpolationMasks
source · #[repr(C)]pub enum InterpolationMasks {
INTER_BITS = 5,
INTER_BITS2 = 10,
INTER_TAB_SIZE = 32,
INTER_TAB_SIZE2 = 1_024,
}Variants§
Trait Implementations§
source§impl Clone for InterpolationMasks
impl Clone for InterpolationMasks
source§fn clone(&self) -> InterpolationMasks
fn clone(&self) -> InterpolationMasks
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 InterpolationMasks
impl Debug for InterpolationMasks
source§impl From<InterpolationMasks> for i32
impl From<InterpolationMasks> for i32
source§fn from(v: InterpolationMasks) -> Self
fn from(v: InterpolationMasks) -> Self
Converts to this type from the input type.
source§impl PartialEq for InterpolationMasks
impl PartialEq for InterpolationMasks
source§fn eq(&self, other: &InterpolationMasks) -> bool
fn eq(&self, other: &InterpolationMasks) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for InterpolationMasks
impl Eq for InterpolationMasks
impl StructuralEq for InterpolationMasks
impl StructuralPartialEq for InterpolationMasks
Auto Trait Implementations§
impl RefUnwindSafe for InterpolationMasks
impl Send for InterpolationMasks
impl Sync for InterpolationMasks
impl Unpin for InterpolationMasks
impl UnwindSafe for InterpolationMasks
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