Struct gstreamer_rtsp_server_sys::GstRTSPToken [−][src]
#[repr(C)]pub struct GstRTSPToken { pub mini_object: GstMiniObject, }
Fields
mini_object: GstMiniObject
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstRTSPToken
impl !Send for GstRTSPToken
impl !Sync for GstRTSPToken
impl Unpin for GstRTSPToken
impl UnwindSafe for GstRTSPToken
Blanket Implementations
Mutably borrows from an owned value. Read more