Struct GstStatic Caps
Source #[repr(C)]pub struct GstStaticCaps {
pub caps: *mut GstCaps,
pub string: *const c_char,
pub _gst_reserved: [gpointer; 4],
}Fields§
§caps: *mut GstCaps§string: *const c_char§_gst_reserved: [gpointer; 4]Trait Implementations§
Source§impl Clone for GstStaticCaps
impl Clone for GstStaticCaps
Source§fn clone(&self) -> GstStaticCaps
fn clone(&self) -> GstStaticCaps
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 GstStaticCaps
Auto Trait Implementations§
impl !Send for GstStaticCaps
impl !Sync for GstStaticCaps
impl Freeze for GstStaticCaps
impl RefUnwindSafe for GstStaticCaps
impl Unpin for GstStaticCaps
impl UnsafeUnpin for GstStaticCaps
impl UnwindSafe for GstStaticCaps
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