Struct jieba::Word[][src]

#[repr(C)]
pub struct Word { pub offset: usize, pub len: usize, }

Fields

Trait Implementations

impl Debug for Word
[src]

Formats the value using the given formatter. Read more

impl Copy for Word
[src]

impl Clone for Word
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Word

impl Sync for Word