Struct cups_sys::pwg_size_s [] [src]

#[repr(C)]
pub struct pwg_size_s { pub map: pwg_map_t, pub width: c_int, pub length: c_int, pub left: c_int, pub bottom: c_int, pub right: c_int, pub top: c_int, }

Fields

Trait Implementations

impl Debug for pwg_size_s
[src]

[src]

Formats the value using the given formatter.

impl Copy for pwg_size_s
[src]

impl Clone for pwg_size_s
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more