[][src]Struct gstreamer_gl_sys::GstGLAllocationParams

#[repr(C)]
pub struct GstGLAllocationParams {
    pub struct_size: size_t,
    pub copy: GstGLAllocationParamsCopyFunc,
    pub free: GstGLAllocationParamsFreeFunc,
    pub alloc_flags: c_uint,
    pub alloc_size: size_t,
    pub alloc_params: *mut GstAllocationParams,
    pub context: *mut GstGLContext,
    pub notify: GDestroyNotify,
    pub user_data: gpointer,
    pub wrapped_data: gpointer,
    pub gl_handle: gpointer,
    pub _padding: [gpointer; 4],
}

Fields

struct_size: size_tcopy: GstGLAllocationParamsCopyFuncfree: GstGLAllocationParamsFreeFuncalloc_flags: c_uintalloc_size: size_talloc_params: *mut GstAllocationParamscontext: *mut GstGLContextnotify: GDestroyNotifyuser_data: gpointerwrapped_data: gpointergl_handle: gpointer_padding: [gpointer; 4]

Trait Implementations

impl Clone for GstGLAllocationParams[src]

impl Copy for GstGLAllocationParams[src]

impl Debug for GstGLAllocationParams[src]

Auto Trait Implementations

impl RefUnwindSafe for GstGLAllocationParams

impl !Send for GstGLAllocationParams

impl !Sync for GstGLAllocationParams

impl Unpin for GstGLAllocationParams

impl UnwindSafe for GstGLAllocationParams

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.