Struct gstreamer_sdp_sys::GstSDPKey
source · #[repr(C)]pub struct GstSDPKey {
pub type_: *mut c_char,
pub data: *mut c_char,
}
Fields§
§type_: *mut c_char
§data: *mut c_char
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GstSDPKey
impl RefUnwindSafe for GstSDPKey
impl !Send for GstSDPKey
impl !Sync for GstSDPKey
impl Unpin for GstSDPKey
impl UnwindSafe for GstSDPKey
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)