Trait glib::translate::Ptr [] [src]

pub trait Ptr: Copy {
    fn is_null(&self) -> bool;
    fn from<X>(ptr: *mut X) -> Self;
}

A pointer

Required Methods

fn is_null(&self) -> bool

fn from<X>(ptr: *mut X) -> Self

Implementors