#[repr(C)]pub struct Sci_TextRange {
pub chrg: Sci_CharacterRange,
pub lpstrText: *mut c_char,
}Fields§
§chrg: Sci_CharacterRange§lpstrText: *mut c_charTrait Implementations§
Source§impl Clone for Sci_TextRange
impl Clone for Sci_TextRange
Source§fn clone(&self) -> Sci_TextRange
fn clone(&self) -> Sci_TextRange
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 Sci_TextRange
impl Debug for Sci_TextRange
impl Copy for Sci_TextRange
Auto Trait Implementations§
impl Freeze for Sci_TextRange
impl RefUnwindSafe for Sci_TextRange
impl !Send for Sci_TextRange
impl !Sync for Sci_TextRange
impl Unpin for Sci_TextRange
impl UnwindSafe for Sci_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