Struct mlt_sys::mlt_tokeniser_t[][src]

#[repr(C)]
pub struct mlt_tokeniser_t { pub input: *mut c_char, pub tokens: *mut *mut c_char, pub count: c_int, pub size: c_int, }

\brief Tokeniser class

Fields

Trait Implementations

impl Debug for mlt_tokeniser_t
[src]

Formats the value using the given formatter. Read more

impl Copy for mlt_tokeniser_t
[src]

impl Clone for mlt_tokeniser_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations