#[repr(transparent)]pub struct PageRange { /* private fields */ }
Implementations§
source§impl PageRange
impl PageRange
pub fn as_ptr(&self) -> *mut GtkPageRange
sourcepub unsafe fn from_glib_ptr_borrow<'a>(ptr: *const GtkPageRange) -> &'a Self
pub unsafe fn from_glib_ptr_borrow<'a>(ptr: *const GtkPageRange) -> &'a Self
Borrows the underlying C value.
sourcepub unsafe fn from_glib_ptr_borrow_mut<'a>(
ptr: *mut GtkPageRange
) -> &'a mut Self
pub unsafe fn from_glib_ptr_borrow_mut<'a>(
ptr: *mut GtkPageRange
) -> &'a mut Self
Borrows the underlying C value mutably.