Struct gtk_sys::GtkPageRange[][src]

#[repr(C)]
pub struct GtkPageRange { pub start: c_int, pub end: c_int, }

Fields

Trait Implementations

impl Copy for GtkPageRange
[src]

impl Clone for GtkPageRange
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkPageRange
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations