Struct gtk4_sys::GtkPageRange
source · #[repr(C)]pub struct GtkPageRange {
pub start: c_int,
pub end: c_int,
}
Fields§
§start: c_int
§end: c_int
Trait Implementations§
source§impl Clone for GtkPageRange
impl Clone for GtkPageRange
source§fn clone(&self) -> GtkPageRange
fn clone(&self) -> GtkPageRange
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more