Struct gst::ffi::Struct__GIOFuncs [] [src]

#[repr(C)]
pub struct Struct__GIOFuncs { pub io_read: Option<extern "C" fn(_: *mut GIOChannel, _: *mut gchar, _: gsize, _: *mut gsize, _: *mut *mut GError) -> GIOStatus>, pub io_write: Option<extern "C" fn(_: *mut GIOChannel, _: *const gchar, _: gsize, _: *mut gsize, _: *mut *mut GError) -> GIOStatus>, pub io_seek: Option<extern "C" fn(_: *mut GIOChannel, _: gint64, _: GSeekType, _: *mut *mut GError) -> GIOStatus>, pub io_close: Option<extern "C" fn(_: *mut GIOChannel, _: *mut *mut GError) -> GIOStatus>, pub io_create_watch: Option<extern "C" fn(_: *mut GIOChannel, _: GIOCondition) -> *mut GSource>, pub io_free: Option<extern "C" fn(_: *mut GIOChannel)>, pub io_set_flags: Option<extern "C" fn(_: *mut GIOChannel, _: GIOFlags, _: *mut *mut GError) -> GIOStatus>, pub io_get_flags: Option<extern "C" fn(_: *mut GIOChannel) -> GIOFlags>, }

Fields

Trait Implementations

impl Default for Struct__GIOFuncs
[src]

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