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

Trait Implementations

impl Copy for DICTentry
[src]

impl Clone for DICTentry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DICTentry
[src]

Formats the value using the given formatter.