#[repr(transparent)]pub struct Message { /* private fields */ }
Implementations
Methods from Deref<Target = MessageRef>
Trait Implementations
Performs the conversion.
Immutably borrows from an owned value. Read more
type Target = MessageRef
type Target = MessageRef
The resulting type after dereferencing.
unsafe fn from_glib_none_num_as_vec(
ptr: *const *mut GstMessage,
num: usize
) -> Vec<Self>ⓘ
unsafe fn from_glib_container_num_as_vec(
_: *const *mut GstMessage,
_: usize
) -> Vec<Self>ⓘ
unsafe fn from_glib_none_num_as_vec(
ptr: *mut *mut GstMessage,
num: usize
) -> Vec<Self>ⓘ
unsafe fn from_glib_container_num_as_vec(
ptr: *mut *mut GstMessage,
num: usize
) -> Vec<Self>ⓘ
unsafe fn from_glib_none_as_vec(ptr: *const *mut GstMessage) -> Vec<Self>ⓘ
unsafe fn from_glib_container_as_vec(_: *const *mut GstMessage) -> Vec<Self>ⓘ
unsafe fn from_glib_none_as_vec(ptr: *mut *mut GstMessage) -> Vec<Self>ⓘ
unsafe fn from_glib_container_as_vec(ptr: *mut *mut GstMessage) -> Vec<Self>ⓘ
Safety Read more
Safety Read more
Safety Read more
Safety Read more
Safety Read more
Safety Read more
type Checker = GenericValueTypeOrNoneChecker<Self>
type Checker = GenericValueTypeOrNoneChecker<Self>
Value type checker.
Get the contained value from a Value
. Read more
type Checker = GenericValueTypeOrNoneChecker<Self>
type Checker = GenericValueTypeOrNoneChecker<Self>
Value type checker.
Get the contained value from a Value
. Read more
type GlibType = *mut GstMessage
type RefType = MessageRef
type FfiType = GstMessage
Returns the type identifier of Self
.
Transfer: none. Read more
Convert an Option
to a Value
.
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more
Ensures that the type has been registered with the type system.
Returns a SendValue
clone of self
.