Struct lcms2_sys::ffi::TagBase
[−]
[src]
#[repr(C)]pub struct TagBase { pub sig: TagTypeSignature, pub reserved: [i8; 4], }
Fields
sig: TagTypeSignature
reserved: [i8; 4]
Trait Implementations
impl Copy for TagBase
[src]
impl Clone for TagBase
[src]
fn clone(&self) -> TagBase
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