Struct gtk_sys::GtkPageRange [−][src]
#[repr(C)]pub struct GtkPageRange { pub start: c_int, pub end: c_int, }
Fields
start: c_intend: c_intTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkPageRangeimpl Send for GtkPageRangeimpl Sync for GtkPageRangeimpl Unpin for GtkPageRangeimpl UnwindSafe for GtkPageRangeBlanket Implementations
Mutably borrows from an owned value. Read more