[−][src]Trait gstreamer::subclass::prelude::IsImplementable
Trait for implementable interfaces.
Required methods
unsafe extern "C" fn interface_init(
iface: *mut c_void,
_iface_data: *mut c_void
)
iface: *mut c_void,
_iface_data: *mut c_void
)
Initializes the interface's virtual methods.
Safety
It is the responsibility of the implementor of the interface to correctly type the pointers when working on the vtables they point at.