Struct cups_sys::cups_dest_s [] [src]

#[repr(C)]
pub struct cups_dest_s { pub name: *mut c_char, pub instance: *mut c_char, pub is_default: c_int, pub num_options: c_int, pub options: *mut cups_option_t, }

Fields

Trait Implementations

impl Debug for cups_dest_s
[src]

[src]

Formats the value using the given formatter.

impl Copy for cups_dest_s
[src]

impl Clone for cups_dest_s
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more