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