Struct gstreamer_rtsp_server_sys::GstSDPInfo
source · #[repr(C)]pub struct GstSDPInfo {
pub is_ipv6: gboolean,
pub server_ip: *const c_char,
}
Fields§
§is_ipv6: gboolean
§server_ip: *const c_char
Trait Implementations§
source§impl Clone for GstSDPInfo
impl Clone for GstSDPInfo
source§fn clone(&self) -> GstSDPInfo
fn clone(&self) -> GstSDPInfo
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 GstSDPInfo
impl Debug for GstSDPInfo
impl Copy for GstSDPInfo
Auto Trait Implementations§
impl Freeze for GstSDPInfo
impl RefUnwindSafe for GstSDPInfo
impl !Send for GstSDPInfo
impl !Sync for GstSDPInfo
impl Unpin for GstSDPInfo
impl UnwindSafe for GstSDPInfo
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
)