Trait tiff::decoder::Wrapping

source ·
trait Wrapping {
    // Required method
    fn wrapping_add(&self, other: Self) -> Self;
}

Required Methods§

source

fn wrapping_add(&self, other: Self) -> Self

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl Wrapping for i8

source§

fn wrapping_add(&self, other: Self) -> Self

source§

impl Wrapping for i16

source§

fn wrapping_add(&self, other: Self) -> Self

source§

impl Wrapping for i32

source§

fn wrapping_add(&self, other: Self) -> Self

source§

impl Wrapping for i64

source§

fn wrapping_add(&self, other: Self) -> Self

source§

impl Wrapping for u8

source§

fn wrapping_add(&self, other: Self) -> Self

source§

impl Wrapping for u16

source§

fn wrapping_add(&self, other: Self) -> Self

source§

impl Wrapping for u32

source§

fn wrapping_add(&self, other: Self) -> Self

source§

impl Wrapping for u64

source§

fn wrapping_add(&self, other: Self) -> Self

Implementors§