#[repr(C)]pub struct PageRange(/* private fields */);
Implementations§
Trait Implementations§
Source§impl FromGlibContainerAsVec<GtkPageRange, *mut GtkPageRange> for PageRange
impl FromGlibContainerAsVec<GtkPageRange, *mut GtkPageRange> for PageRange
unsafe fn from_glib_none_num_as_vec( ptr: *mut GtkPageRange, num: usize, ) -> Vec<Self>
unsafe fn from_glib_container_num_as_vec( _: *mut GtkPageRange, _: usize, ) -> Vec<Self>
unsafe fn from_glib_full_num_as_vec(_: *mut GtkPageRange, _: usize) -> Vec<Self>
Auto Trait Implementations§
impl Freeze for PageRange
impl RefUnwindSafe for PageRange
impl Send for PageRange
impl Sync for PageRange
impl Unpin for PageRange
impl UnwindSafe for PageRange
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more