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