#[repr(C)]pub struct ParsedText {
pub words: *mut ParsedWord,
pub lenwords: int32,
pub curwords: int32,
pub pos: int32,
}
Fields§
§words: *mut ParsedWord
§lenwords: int32
§curwords: int32
§pos: int32
Trait Implementations§
Source§impl Clone for ParsedText
impl Clone for ParsedText
Source§fn clone(&self) -> ParsedText
fn clone(&self) -> ParsedText
Returns a copy 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 ParsedText
impl Debug for ParsedText
Source§impl Default for ParsedText
impl Default for ParsedText
impl Copy for ParsedText
Auto Trait Implementations§
impl Freeze for ParsedText
impl RefUnwindSafe for ParsedText
impl !Send for ParsedText
impl !Sync for ParsedText
impl Unpin for ParsedText
impl UnwindSafe for ParsedText
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