Struct lcms2_sys::ffi::TagEntry
[−]
[src]
#[repr(C)]pub struct TagEntry { pub sig: TagSignature, pub offset: u32, pub size: u32, }
Fields
sig: TagSignature
offset: u32
size: u32
Trait Implementations
impl Copy for TagEntry[src]
impl Clone for TagEntry[src]
fn clone(&self) -> TagEntry
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl PartialEq for TagEntry[src]
fn eq(&self, __arg_0: &TagEntry) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &TagEntry) -> bool
This method tests for !=.