Struct gsk4::ParseLocation
source · #[repr(transparent)]pub struct ParseLocation { /* private fields */ }
Expand description
A location in a parse buffer.
Implementations§
source§impl ParseLocation
impl ParseLocation
pub fn as_ptr(&self) -> *mut GskParseLocation
sourcepub unsafe fn from_glib_ptr_borrow<'a>(ptr: *const GskParseLocation) -> &'a Self
pub unsafe fn from_glib_ptr_borrow<'a>(ptr: *const GskParseLocation) -> &'a Self
Borrows the underlying C value.
sourcepub unsafe fn from_glib_ptr_borrow_mut<'a>(
ptr: *mut GskParseLocation
) -> &'a mut Self
pub unsafe fn from_glib_ptr_borrow_mut<'a>( ptr: *mut GskParseLocation ) -> &'a mut Self
Borrows the underlying C value mutably.