Struct cups_sys::cups_size_s [] [src]

#[repr(C)]
pub struct cups_size_s { pub media: [c_char; 128], pub width: c_int, pub length: c_int, pub bottom: c_int, pub left: c_int, pub right: c_int, pub top: c_int, }

Fields

Trait Implementations

impl Copy for cups_size_s
[src]

impl Clone for cups_size_s
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more