Struct glib::object::VirtualRef
[−]
[src]
pub struct VirtualRef<'a, T>(_, _);
A helper type holding a reference to a specific object or interface.
T
is the foreign struct
type corresponding to the object.