#[repr(C)]pub struct UriTextRangeStructA {
pub first: *const c_char,
pub afterLast: *const c_char,
}Expand description
Specifies a range of characters within a string.
The range includes all characters from
@see UriUriA @see UriPathSegmentA @see UriHostDataA @since 0.3.0
Fields§
§first: *const c_char< Pointer to first character
afterLast: *const c_char< Pointer to character after the last one still in
Trait Implementations§
Source§impl Clone for UriTextRangeStructA
impl Clone for UriTextRangeStructA
Source§fn clone(&self) -> UriTextRangeStructA
fn clone(&self) -> UriTextRangeStructA
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for UriTextRangeStructA
impl Debug for UriTextRangeStructA
Source§impl Default for UriTextRangeStructA
impl Default for UriTextRangeStructA
impl Copy for UriTextRangeStructA
Auto Trait Implementations§
impl Freeze for UriTextRangeStructA
impl RefUnwindSafe for UriTextRangeStructA
impl !Send for UriTextRangeStructA
impl !Sync for UriTextRangeStructA
impl Unpin for UriTextRangeStructA
impl UnwindSafe for UriTextRangeStructA
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