Struct gst::ffi::Struct__GCompletion [−][src]
#[repr(C)]pub struct Struct__GCompletion { pub items: *mut GList, pub func: GCompletionFunc, pub prefix: *mut gchar, pub cache: *mut GList, pub strncmp_func: GCompletionStrncmpFunc, }
Fields
items: *mut GList
func: GCompletionFunc
prefix: *mut gchar
cache: *mut GList
strncmp_func: GCompletionStrncmpFunc
Trait Implementations
impl Default for Struct__GCompletion
[src]
impl Default for Struct__GCompletion
fn default() -> Struct__GCompletion
[src]
fn default() -> Struct__GCompletion
Returns the "default value" for a type. Read more
Auto Trait Implementations
impl !Send for Struct__GCompletion
impl !Send for Struct__GCompletion
impl !Sync for Struct__GCompletion
impl !Sync for Struct__GCompletion