Struct GstRTSP Token
Source #[repr(C)]pub struct GstRTSPToken {
pub mini_object: GstMiniObject,
}Fields§
§mini_object: GstMiniObjectTrait Implementations§
Source§impl Clone for GstRTSPToken
impl Clone for GstRTSPToken
Source§fn clone(&self) -> GstRTSPToken
fn clone(&self) -> GstRTSPToken
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GstRTSPToken
Auto Trait Implementations§
impl !Send for GstRTSPToken
impl !Sync for GstRTSPToken
impl Freeze for GstRTSPToken
impl RefUnwindSafe for GstRTSPToken
impl Unpin for GstRTSPToken
impl UnsafeUnpin for GstRTSPToken
impl UnwindSafe for GstRTSPToken
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