Struct TiffCodingUnit

pub struct TiffCodingUnit(pub u32);

An index referring to a (rectangular) region of an image.

Fields

0: u32

Trait Implementations

impl Clone for TiffCodingUnit

fn clone(&self) -> TiffCodingUnit

impl Copy for TiffCodingUnit

impl Debug for TiffCodingUnit

fn fmt(&self, f: &mut Formatter<'_>) -> Result

impl Eq for TiffCodingUnit

impl Hash for TiffCodingUnit

fn hash<__H: Hasher>(&self, state: &mut __H)

impl PartialEq for TiffCodingUnit

fn eq(&self, other: &TiffCodingUnit) -> bool

impl StructuralPartialEq for TiffCodingUnit

Auto Trait Implementations

impl Freeze for TiffCodingUnit

impl RefUnwindSafe for TiffCodingUnit

impl Send for TiffCodingUnit

impl Sync for TiffCodingUnit

impl Unpin for TiffCodingUnit

impl UnsafeUnpin for TiffCodingUnit

impl UnwindSafe for TiffCodingUnit

Blanket Implementations

impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for TiffCodingUnit where ST: ?Sized, DT: ?Sized,

impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for TiffCodingUnit where ST: ?Sized, DT: ?Sized,

impl<T> Any for TiffCodingUnit where T: 'static + ?Sized,

fn type_id(&self) -> TypeId

impl<T> Borrow<T> for TiffCodingUnit where T: ?Sized,

fn borrow(&self) -> &T

impl<T> BorrowMut<T> for TiffCodingUnit where T: ?Sized,

fn borrow_mut(&mut self) -> &mut T

impl<T> CloneToUninit for TiffCodingUnit where T: Clone,

unsafe fn clone_to_uninit(&self, dest: *mut u8)

impl<T> From<T> for TiffCodingUnit

fn from(t: T) -> T

Returns the argument unchanged.

impl<T> Read<Exclusive, BecauseExclusive> for TiffCodingUnit where T: ?Sized,

impl<T> ToOwned for TiffCodingUnit where T: Clone,

type Owned = T;
fn to_owned(&self) -> T
fn clone_into(&self, target: &mut T)

impl<T, U> Into<U> for TiffCodingUnit where U: From<T>,

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of [From]<T> for U chooses to do.

impl<T, U> TryFrom<U> for TiffCodingUnit where U: Into<T>,

type Error = never;
fn try_from(value: U) -> Result<T, never>

impl<T, U> TryInto<U> for TiffCodingUnit where U: TryFrom<T>,

type Error = <U as TryFrom<T>>::Error;
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>