Struct sourceview5::RegionIter
source · pub struct RegionIter { /* private fields */ }
Expand description
An opaque datatype.
Ignore all its fields and initialize the iter with RegionExt::start_region_iter()
.
GLib type: Inline allocated boxed type with stack copy semantics.
Implementations§
source§impl RegionIter
impl RegionIter
pub fn as_ptr(&self) -> *mut GtkSourceRegionIter
sourcepub unsafe fn from_glib_ptr_borrow<'a>(
ptr: *const GtkSourceRegionIter,
) -> &'a Self
pub unsafe fn from_glib_ptr_borrow<'a>( ptr: *const GtkSourceRegionIter, ) -> &'a Self
Borrows the underlying C value.
sourcepub unsafe fn from_glib_ptr_borrow_mut<'a>(
ptr: *mut GtkSourceRegionIter,
) -> &'a mut Self
pub unsafe fn from_glib_ptr_borrow_mut<'a>( ptr: *mut GtkSourceRegionIter, ) -> &'a mut Self
Borrows the underlying C value mutably.
source§impl RegionIter
impl RegionIter
sourcepub fn subregion(&mut self, start: &mut TextIter, end: &mut TextIter) -> bool
pub fn subregion(&mut self, start: &mut TextIter, end: &mut TextIter) -> bool
Gets the subregion at this iterator.
§Returns
true
if @start and @end have been set successfully (if non-None
),
or false
if @self is the end iterator or if the region is empty.
§start
iterator to initialize with the subregion start, or None
.
§end
iterator to initialize with the subregion end, or None
.
Trait Implementations§
source§impl Clone for RegionIter
impl Clone for RegionIter
impl Copy for RegionIter
Auto Trait Implementations§
impl Freeze for RegionIter
impl RefUnwindSafe for RegionIter
impl !Send for RegionIter
impl !Sync for RegionIter
impl Unpin for RegionIter
impl UnwindSafe for RegionIter
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)