Struct lcms2_sys::ffi::TagEntry [] [src]

#[repr(C)]
pub struct TagEntry { pub sig: TagSignature, pub offset: u32, pub size: u32, }

Fields

Trait Implementations

impl Copy for TagEntry
[src]

impl Clone for TagEntry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TagEntry
[src]

Formats the value using the given formatter.

impl Default for TagEntry
[src]

Returns the "default value" for a type. Read more