pub type Pointer = gpointer;
Expand description
A GLib pointer
A raw untyped pointer equivalent to *mut Pointee
.
Trait Implementations
sourceimpl<'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.
sourceunsafe fn from_value(value: &'a Value) -> Self
unsafe fn from_value(value: &'a Value) -> Self
Get the contained value from a Value
. Read more
sourceimpl StaticType for Pointer
impl StaticType for Pointer
sourcefn static_type() -> Type
fn static_type() -> Type
Returns the type identifier of Self
.