Struct Entry

struct Entry { ... }

Implementations

impl Entry

fn new(type_: Type, count: u32, offset: [u8; 4]) -> Entry
fn new_u64(type_: Type, count: u64, offset: [u8; 8]) -> Entry
fn val<R: Read + Seek>(self: &Self, limits: &super::Limits, bigtiff: bool, reader: &mut SmartReader<R>) -> TiffResult<Value>

impl Clone for Entry

fn clone(self: &Self) -> Entry

impl Debug for Entry

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

impl Freeze for Entry

impl RefUnwindSafe for Entry

impl Send for Entry

impl Sync for Entry

impl Unpin for Entry

impl UnwindSafe for Entry

impl<T> Any for Entry

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for Entry

fn borrow(self: &Self) -> &T

impl<T> BorrowMut for Entry

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

impl<T> CloneToUninit for Entry

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

impl<T> From for Entry

fn from(t: T) -> T

Returns the argument unchanged.

impl<T> ToOwned for Entry

fn to_owned(self: &Self) -> T
fn clone_into(self: &Self, target: &mut T)

impl<T, U> Into for Entry

fn into(self: 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 for Entry

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

impl<T, U> TryInto for Entry

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