#[repr(C)]pub struct TextRange {
pub b: *const c_char,
pub e: *const c_char,
}Fields§
§b: *const c_char§e: *const c_charAuto Trait Implementations§
impl Freeze for TextRange
impl RefUnwindSafe for TextRange
impl !Send for TextRange
impl !Sync for TextRange
impl Unpin for TextRange
impl UnwindSafe for TextRange
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