pub type Pointer = gpointer;Expand description
A GLib pointer
A raw untyped pointer equivalent to *mut Pointee.
Trait Implementations§
source§impl<'a> FromValue<'a> for Pointer
 
impl<'a> FromValue<'a> for Pointer
§type Checker = GenericValueTypeChecker<*mut c_void>
 
type Checker = GenericValueTypeChecker<*mut c_void>
Value type checker.
source§unsafe fn from_value(value: &'a Value) -> Self
 
unsafe fn from_value(value: &'a Value) -> Self
Get the contained value from a 
Value. Read moresource§impl StaticType for Pointer
 
impl StaticType for Pointer
source§fn static_type() -> Type
 
fn static_type() -> Type
Returns the type identifier of 
Self.