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