mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-02-16 21:05:15 +00:00
&'static is wrong here is the pointers are only valid for the lifetime of the surrounding struct. Also place a PhantomData<T> inside the structs as conceptually we own a T, see std::ptr::Unique and https://github.com/rust-lang/rfcs/blob/master/text/0769-sound-generic-drop.md#phantom-data Need to add the PhantomData<T> elsewhere too. |
||
---|---|---|
.. | ||
src | ||
build.rs | ||
Cargo.toml |