#[repr(C)]pub struct GstRTSPToken {
pub mini_object: GstMiniObject,
}
Fields§
§mini_object: GstMiniObject
Trait Implementations§
Source§impl Clone for GstRTSPToken
impl Clone for GstRTSPToken
Source§fn clone(&self) -> GstRTSPToken
fn clone(&self) -> GstRTSPToken
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 GstRTSPToken
impl Debug for GstRTSPToken
impl Copy for GstRTSPToken
Auto Trait Implementations§
impl Freeze for GstRTSPToken
impl RefUnwindSafe for GstRTSPToken
impl !Send for GstRTSPToken
impl !Sync for GstRTSPToken
impl Unpin 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