Struct gio_sys::GSeekableIface[][src]

#[repr(C)]
pub struct GSeekableIface { pub g_iface: GTypeInterface, pub tell: Option<unsafe extern "C" fn(_: *mut GSeekable) -> i64>, pub can_seek: Option<unsafe extern "C" fn(_: *mut GSeekable) -> gboolean>, pub seek: Option<unsafe extern "C" fn(_: *mut GSeekable, _: i64, _: GSeekType, _: *mut GCancellable, _: *mut *mut GError) -> gboolean>, pub can_truncate: Option<unsafe extern "C" fn(_: *mut GSeekable) -> gboolean>, pub truncate_fn: Option<unsafe extern "C" fn(_: *mut GSeekable, _: i64, _: *mut GCancellable, _: *mut *mut GError) -> gboolean>, }

Fields

Trait Implementations

impl Copy for GSeekableIface
[src]

impl Clone for GSeekableIface
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GSeekableIface
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for GSeekableIface

impl Sync for GSeekableIface