Struct scintilla_sys::Sci_TextToFind[][src]

#[repr(C)]
pub struct Sci_TextToFind { pub chrg: Sci_CharacterRange, pub lpstrText: *const c_char, pub chrgText: Sci_CharacterRange, }

Fields

Trait Implementations

impl Debug for Sci_TextToFind
[src]

Formats the value using the given formatter. Read more

impl Copy for Sci_TextToFind
[src]

impl Clone for Sci_TextToFind
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations