#[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: int32Trait Implementations§
Source§impl Clone for ParsedText
impl Clone for ParsedText
Source§fn clone(&self) -> ParsedText
fn clone(&self) -> ParsedText
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ParsedText
Source§impl Debug for ParsedText
impl Debug for ParsedText
Auto Trait Implementations§
impl !Send for ParsedText
impl !Sync for ParsedText
impl Freeze for ParsedText
impl RefUnwindSafe for ParsedText
impl Unpin for ParsedText
impl UnsafeUnpin 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