mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2025-01-09 00:35:41 +00:00
d21953ba66
For SDPMessageRef, StructureRef and CapsFeatureRef this involves the conversion from and to a glib::Value. Specifically this means that e.g. a StructureRef can be retrieved from a glib::Value via borrowing, i.e. without creating a copy of the structure first. For all mini objects only retrieval from a glib::Value is implemented as the other direction would allow to get multiple immutable references from a mutable reference without borrowing, which is not allowed and would make it possible to observe a mini object changing while having an immutable reference to it. |
||
---|---|---|
.. | ||
auto | ||
lib.rs | ||
sdp_attribute.rs | ||
sdp_bandwidth.rs | ||
sdp_connection.rs | ||
sdp_key.rs | ||
sdp_media.rs | ||
sdp_message.rs | ||
sdp_origin.rs | ||
sdp_time.rs | ||
sdp_zone.rs |