Struct scintilla_sys::Sci_TextRange[][src]

#[repr(C)]
pub struct Sci_TextRange { pub chrg: Sci_CharacterRange, pub lpstrText: *mut c_char, }

Fields

Trait Implementations

impl Debug for Sci_TextRange
[src]

Formats the value using the given formatter. Read more

impl Copy for Sci_TextRange
[src]

impl Clone for Sci_TextRange
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for Sci_TextRange

impl !Sync for Sci_TextRange