#[repr(C)]pub struct GstTaskClass {
pub parent_class: GstObjectClass,
pub pool: *mut GstTaskPool,
pub _gst_reserved: [gpointer; 4],
}Fields§
§parent_class: GstObjectClass§pool: *mut GstTaskPool§_gst_reserved: [gpointer; 4]Trait Implementations§
Source§impl Clone for GstTaskClass
impl Clone for GstTaskClass
impl Copy for GstTaskClass
Auto Trait Implementations§
impl !Send for GstTaskClass
impl !Sync for GstTaskClass
impl Freeze for GstTaskClass
impl RefUnwindSafe for GstTaskClass
impl Unpin for GstTaskClass
impl UnsafeUnpin for GstTaskClass
impl UnwindSafe for GstTaskClass
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