Struct cjieba_sys::jieba_words_t [] [src]

#[repr(C)]
pub struct jieba_words_t { pub words: *mut *mut c_char, pub length: usize, }

Fields

Trait Implementations

impl Debug for jieba_words_t
[src]

[src]

Formats the value using the given formatter.

impl Copy for jieba_words_t
[src]

impl Clone for jieba_words_t
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more