Struct gstreamer_rtsp_sys::GstRTSPTransport
source · #[repr(C)]pub struct GstRTSPTransport {Show 16 fields
pub trans: GstRTSPTransMode,
pub profile: GstRTSPProfile,
pub lower_transport: GstRTSPLowerTrans,
pub destination: *mut c_char,
pub source: *mut c_char,
pub layers: c_uint,
pub mode_play: gboolean,
pub mode_record: gboolean,
pub append: gboolean,
pub interleaved: GstRTSPRange,
pub ttl: c_uint,
pub port: GstRTSPRange,
pub client_port: GstRTSPRange,
pub server_port: GstRTSPRange,
pub ssrc: c_uint,
pub _gst_reserved: [gpointer; 4],
}
Fields§
§trans: GstRTSPTransMode
§profile: GstRTSPProfile
§lower_transport: GstRTSPLowerTrans
§destination: *mut c_char
§source: *mut c_char
§layers: c_uint
§mode_play: gboolean
§mode_record: gboolean
§append: gboolean
§interleaved: GstRTSPRange
§ttl: c_uint
§port: GstRTSPRange
§client_port: GstRTSPRange
§server_port: GstRTSPRange
§ssrc: c_uint
§_gst_reserved: [gpointer; 4]
Trait Implementations§
source§impl Clone for GstRTSPTransport
impl Clone for GstRTSPTransport
source§fn clone(&self) -> GstRTSPTransport
fn clone(&self) -> GstRTSPTransport
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 GstRTSPTransport
impl Debug for GstRTSPTransport
impl Copy for GstRTSPTransport
Auto Trait Implementations§
impl Freeze for GstRTSPTransport
impl RefUnwindSafe for GstRTSPTransport
impl !Send for GstRTSPTransport
impl !Sync for GstRTSPTransport
impl Unpin for GstRTSPTransport
impl UnwindSafe for GstRTSPTransport
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
)