Struct gstreamer_sys::_GstTracerPrivate
source · #[repr(C)]pub struct _GstTracerPrivate { /* private fields */ }
Auto Trait Implementations§
impl Freeze for _GstTracerPrivate
impl RefUnwindSafe for _GstTracerPrivate
impl !Send for _GstTracerPrivate
impl !Sync for _GstTracerPrivate
impl !Unpin for _GstTracerPrivate
impl UnwindSafe for _GstTracerPrivate
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