Struct gstreamer_sdp_sys::GstSDPConnection
source · [−]#[repr(C)]pub struct GstSDPConnection {
pub nettype: *mut c_char,
pub addrtype: *mut c_char,
pub address: *mut c_char,
pub ttl: c_uint,
pub addr_number: c_uint,
}Fields
nettype: *mut c_charaddrtype: *mut c_charaddress: *mut c_charttl: c_uintaddr_number: c_uintTrait Implementations
sourceimpl Clone for GstSDPConnection
impl Clone for GstSDPConnection
sourcefn clone(&self) -> GstSDPConnection
fn clone(&self) -> GstSDPConnection
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for GstSDPConnection
impl Debug for GstSDPConnection
impl Copy for GstSDPConnection
Auto Trait Implementations
impl RefUnwindSafe for GstSDPConnection
impl !Send for GstSDPConnection
impl !Sync for GstSDPConnection
impl Unpin for GstSDPConnection
impl UnwindSafe for GstSDPConnection
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more