Struct gstreamer_sdp_sys::GstSDPMessage
source · #[repr(C)]pub struct GstSDPMessage {Show 14 fields
pub version: *mut c_char,
pub origin: GstSDPOrigin,
pub session_name: *mut c_char,
pub information: *mut c_char,
pub uri: *mut c_char,
pub emails: *mut GArray,
pub phones: *mut GArray,
pub connection: GstSDPConnection,
pub bandwidths: *mut GArray,
pub times: *mut GArray,
pub zones: *mut GArray,
pub key: GstSDPKey,
pub attributes: *mut GArray,
pub medias: *mut GArray,
}
Fields§
§version: *mut c_char
§origin: GstSDPOrigin
§session_name: *mut c_char
§information: *mut c_char
§uri: *mut c_char
§emails: *mut GArray
§phones: *mut GArray
§connection: GstSDPConnection
§bandwidths: *mut GArray
§times: *mut GArray
§zones: *mut GArray
§key: GstSDPKey
§attributes: *mut GArray
§medias: *mut GArray
Trait Implementations§
source§impl Clone for GstSDPMessage
impl Clone for GstSDPMessage
source§fn clone(&self) -> GstSDPMessage
fn clone(&self) -> GstSDPMessage
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 GstSDPMessage
impl Debug for GstSDPMessage
impl Copy for GstSDPMessage
Auto Trait Implementations§
impl Freeze for GstSDPMessage
impl RefUnwindSafe for GstSDPMessage
impl !Send for GstSDPMessage
impl !Sync for GstSDPMessage
impl Unpin for GstSDPMessage
impl UnwindSafe for GstSDPMessage
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: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
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
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)