Eq

Trait Eq 

Source
pub trait Eq<T> {
    type Output: ?Sized;

    // Required method
    fn eq(self, b: T) -> Self::Output;
}

Required Associated Types§

Required Methods§

Source

fn eq(self, b: T) -> Self::Output

Implementations on Foreign Types§

Source§

impl Eq<VipsImage> for &[f64]

Source§

type Output = VipsImage

Source§

fn eq(self, b: VipsImage) -> Self::Output

Source§

impl Eq<VipsImage> for f64

Source§

type Output = VipsImage

Source§

fn eq(self, b: VipsImage) -> Self::Output

Source§

impl<const N: usize> Eq<VipsImage> for &[f64; N]

Source§

type Output = VipsImage

Source§

fn eq(self, b: VipsImage) -> Self::Output

Implementors§