Struct jieba::CWordWeight[][src]

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

Fields

Trait Implementations

impl Debug for CWordWeight
[src]

Formats the value using the given formatter. Read more

impl Copy for CWordWeight
[src]

impl Clone for CWordWeight
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for CWordWeight

impl !Sync for CWordWeight