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.

Trait Implementations

impl<'a, T> ToGlibPtr<'a, *mut T> for VirtualRef<'a, T>

type Storage = &'a Ref

fn to_glib_none(&self) -> Stash<'a, *mut T, VirtualRef<'a, T>>

fn to_glib_full(&self) -> *mut T