Struct lcms2_sys::ffi::DICTentry  
                   
                       [−]
                   
               [src]
#[repr(C)]pub struct DICTentry { pub Next: *mut DICTentry, pub DisplayName: *mut MLU, pub DisplayValue: *mut MLU, pub Name: *mut wchar_t, pub Value: *mut wchar_t, }
Fields
Next: *mut DICTentry
                           
                           
                           DisplayName: *mut MLU
                           
                           
                           DisplayValue: *mut MLU
                           
                           
                           Name: *mut wchar_t
                           
                           
                           Value: *mut wchar_t
                           Trait Implementations
impl Copy for DICTentry[src]
impl Clone for DICTentry[src]
fn clone(&self) -> DICTentry
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