Struct gstreamer_sys::GstTracer
source · #[repr(C)]pub struct GstTracer {
pub parent: GstObject,
pub priv_: *mut GstTracerPrivate,
pub _gst_reserved: [gpointer; 4],
}
Fields§
§parent: GstObject
§priv_: *mut GstTracerPrivate
§_gst_reserved: [gpointer; 4]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GstTracer
impl RefUnwindSafe for GstTracer
impl !Send for GstTracer
impl !Sync for GstTracer
impl Unpin for GstTracer
impl UnwindSafe for GstTracer
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)