gstreamer-rs/gstreamer-sdp/src
Sebastian Dröge 5479b23eb9 Use mem::ManuallyDrop instead of mem::forget() everywhere
It makes the intentions clearer and potentially results in simpler
assembly, at least in debug builds.
2020-04-30 10:56:38 +03:00
..
auto Use Results instead of Options where they signal an error instead of just a missing value 2019-12-17 22:21:28 +02:00
lib.rs Fix glib reexports 2019-11-11 11:34:09 +01:00
sdp_attribute.rs Implement Sync/Send for more types and don't implement Send for TypeFind 2019-12-18 18:37:44 +02:00
sdp_bandwidth.rs Implement Sync/Send for more types and don't implement Send for TypeFind 2019-12-18 18:37:44 +02:00
sdp_connection.rs Implement Sync/Send for more types and don't implement Send for TypeFind 2019-12-18 18:37:44 +02:00
sdp_key.rs Implement Sync/Send for more types and don't implement Send for TypeFind 2019-12-18 18:37:44 +02:00
sdp_media.rs Use mem::ManuallyDrop instead of mem::forget() everywhere 2020-04-30 10:56:38 +03:00
sdp_message.rs Use mem::ManuallyDrop instead of mem::forget() everywhere 2020-04-30 10:56:38 +03:00
sdp_origin.rs Implement Sync/Send for more types and don't implement Send for TypeFind 2019-12-18 18:37:44 +02:00
sdp_time.rs Implement Sync/Send for more types and don't implement Send for TypeFind 2019-12-18 18:37:44 +02:00
sdp_zone.rs Implement Sync/Send for more types and don't implement Send for TypeFind 2019-12-18 18:37:44 +02:00