#[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