Struct gstreamer_sdp_sys::GstSDPOrigin
source · #[repr(C)]pub struct GstSDPOrigin {
pub username: *mut c_char,
pub sess_id: *mut c_char,
pub sess_version: *mut c_char,
pub nettype: *mut c_char,
pub addrtype: *mut c_char,
pub addr: *mut c_char,
}
Fields§
§username: *mut c_char
§sess_id: *mut c_char
§sess_version: *mut c_char
§nettype: *mut c_char
§addrtype: *mut c_char
§addr: *mut c_char
Trait Implementations§
source§impl Clone for GstSDPOrigin
impl Clone for GstSDPOrigin
source§fn clone(&self) -> GstSDPOrigin
fn clone(&self) -> GstSDPOrigin
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for GstSDPOrigin
impl Debug for GstSDPOrigin
impl Copy for GstSDPOrigin
Auto Trait Implementations§
impl Freeze for GstSDPOrigin
impl RefUnwindSafe for GstSDPOrigin
impl !Send for GstSDPOrigin
impl !Sync for GstSDPOrigin
impl Unpin for GstSDPOrigin
impl UnwindSafe for GstSDPOrigin
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
)