Struct cjieba_sys::jieba_word_weight_t [] [src]

#[repr(C)]
pub struct jieba_word_weight_t { pub word: *mut c_char, pub weight: f64, }

Fields

Trait Implementations

impl Debug for jieba_word_weight_t
[src]

[src]

Formats the value using the given formatter.

impl Copy for jieba_word_weight_t
[src]

impl Clone for jieba_word_weight_t
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more