Struct cups_sys::cups_option_s [] [src]

#[repr(C)]
pub struct cups_option_s { pub name: *mut c_char, pub value: *mut c_char, }

Fields

Trait Implementations

impl Debug for cups_option_s
[src]

[src]

Formats the value using the given formatter.

impl Copy for cups_option_s
[src]

impl Clone for cups_option_s
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more