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