Type Definition gst::ffi::GstMessage [−][src]
type GstMessage = Struct__GstMessage;
Trait Implementations
impl Send for GstMessage
[src]
impl Send for GstMessage
impl Transfer<GstMessage> for Message
[src]
impl Transfer<GstMessage> for Message
unsafe fn transfer(self) -> *mut GstMessage
[src]
unsafe fn transfer(self) -> *mut GstMessage
Consumes the current object and transfers ownership of the raw pointer Used to transfer ownership to ffi functions, should be used when an ffi function expects full transfer of an object to avoid the original object to be unreferenced in the process Read more