Struct gio_sys::GFileDescriptorBasedIface[][src]

#[repr(C)]
pub struct GFileDescriptorBasedIface { pub g_iface: GTypeInterface, pub get_fd: Option<unsafe extern "C" fn(_: *mut GFileDescriptorBased) -> c_int>, }

Fields

Trait Implementations

impl Copy for GFileDescriptorBasedIface
[src]

impl Clone for GFileDescriptorBasedIface
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GFileDescriptorBasedIface
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations