Struct cups_sys::cups_lang_s [] [src]

#[repr(C)]
pub struct cups_lang_s { pub next: *mut cups_lang_s, pub used: c_int, pub encoding: cups_encoding_t, pub language: [c_char; 16], pub strings: *mut cups_array_t, }

Fields

Trait Implementations

impl Debug for cups_lang_s
[src]

[src]

Formats the value using the given formatter.

impl Copy for cups_lang_s
[src]

impl Clone for cups_lang_s
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more