UriTextRangeA

Type Alias UriTextRangeA 

Source
pub type UriTextRangeA = UriTextRangeStructA;
Expand description

Specifies a range of characters within a string. The range includes all characters from first to one before afterLast. So if both are non-NULL the difference is the length of the text range.

@see UriUriA @see UriPathSegmentA @see UriHostDataA @since 0.3.0

Aliased Type§

#[repr(C)]
pub struct UriTextRangeA { pub first: *const i8, pub afterLast: *const i8, }

Fields§

§first: *const i8

< Pointer to first character

§afterLast: *const i8

< Pointer to character after the last one still in