Enum cups_sys::cups_ptype_e [] [src]

#[repr(u32)]
pub enum cups_ptype_e { CUPS_PRINTER_LOCAL, CUPS_PRINTER_CLASS, CUPS_PRINTER_REMOTE, CUPS_PRINTER_BW, CUPS_PRINTER_COLOR, CUPS_PRINTER_DUPLEX, CUPS_PRINTER_STAPLE, CUPS_PRINTER_COPIES, CUPS_PRINTER_COLLATE, CUPS_PRINTER_PUNCH, CUPS_PRINTER_COVER, CUPS_PRINTER_BIND, CUPS_PRINTER_SORT, CUPS_PRINTER_SMALL, CUPS_PRINTER_MEDIUM, CUPS_PRINTER_LARGE, CUPS_PRINTER_VARIABLE, CUPS_PRINTER_IMPLICIT, CUPS_PRINTER_DEFAULT, CUPS_PRINTER_FAX, CUPS_PRINTER_REJECTING, CUPS_PRINTER_DELETE, CUPS_PRINTER_NOT_SHARED, CUPS_PRINTER_AUTHENTICATED, CUPS_PRINTER_COMMANDS, CUPS_PRINTER_DISCOVERED, CUPS_PRINTER_SCANNER, CUPS_PRINTER_MFP, CUPS_PRINTER_3D, CUPS_PRINTER_OPTIONS, }

Variants

Trait Implementations

impl Debug for cups_ptype_e
[src]

[src]

Formats the value using the given formatter.

impl Copy for cups_ptype_e
[src]

impl Clone for cups_ptype_e
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for cups_ptype_e
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Eq for cups_ptype_e
[src]

impl Hash for cups_ptype_e
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more