Struct GstTracer Record
Source pub struct GstTracerRecord { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl !Send for GstTracerRecord
impl !Sync for GstTracerRecord
impl !Unpin for GstTracerRecord
impl Freeze for GstTracerRecord
impl RefUnwindSafe for GstTracerRecord
impl UnsafeUnpin 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