Struct cfasttext_sys::fasttext_predictions_t[][src]

#[repr(C)]
pub struct fasttext_predictions_t { pub predictions: *mut fasttext_prediction_t, pub length: usize, }

Fields

Trait Implementations

impl Debug for fasttext_predictions_t
[src]

Formats the value using the given formatter. Read more

impl Copy for fasttext_predictions_t
[src]

impl Clone for fasttext_predictions_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations