#[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