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

Trait Implementations

impl Default for Struct__GCompletion
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl !Send for Struct__GCompletion

impl !Sync for Struct__GCompletion