Struct gstreamer_app_sys::GstAppSrc
source · #[repr(C)]pub struct GstAppSrc {
pub basesrc: GstBaseSrc,
pub priv_: *mut GstAppSrcPrivate,
pub _gst_reserved: [gpointer; 4],
}
Fields§
§basesrc: GstBaseSrc
§priv_: *mut GstAppSrcPrivate
§_gst_reserved: [gpointer; 4]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GstAppSrc
impl RefUnwindSafe for GstAppSrc
impl !Send for GstAppSrc
impl !Sync for GstAppSrc
impl Unpin for GstAppSrc
impl UnwindSafe for GstAppSrc
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
)