[][src]Struct gstreamer_base_sys::GstBaseParseFrame

#[repr(C)]
pub struct GstBaseParseFrame {
    pub buffer: *mut GstBuffer,
    pub out_buffer: *mut GstBuffer,
    pub flags: c_uint,
    pub offset: u64,
    pub overhead: c_int,
    pub size: c_int,
    pub _gst_reserved_i: [c_uint; 2],
    pub _gst_reserved_p: [gpointer; 2],
    pub _private_flags: c_uint,
}

Fields

buffer: *mut GstBufferout_buffer: *mut GstBufferflags: c_uintoffset: u64overhead: c_intsize: c_int_gst_reserved_i: [c_uint; 2]_gst_reserved_p: [gpointer; 2]_private_flags: c_uint

Trait Implementations

impl Clone for GstBaseParseFrame[src]

impl Copy for GstBaseParseFrame[src]

impl Debug for GstBaseParseFrame[src]

Auto Trait Implementations

impl !Send for GstBaseParseFrame

impl Unpin for GstBaseParseFrame

impl !Sync for GstBaseParseFrame

impl UnwindSafe for GstBaseParseFrame

impl RefUnwindSafe for GstBaseParseFrame

Blanket Implementations

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

type Owned = T

The resulting type after obtaining ownership.

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

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

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.

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

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

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