[][src]Struct gstreamer_base_sys::GstCollectData

#[repr(C)]
pub struct GstCollectData {
    pub collect: *mut GstCollectPads,
    pub pad: *mut GstPad,
    pub buffer: *mut GstBuffer,
    pub pos: c_uint,
    pub segment: GstSegment,
    pub state: GstCollectPadsStateFlags,
    pub priv_: *mut GstCollectDataPrivate,
    pub ABI: GstCollectData_ABI,
}

Fields

collect: *mut GstCollectPadspad: *mut GstPadbuffer: *mut GstBufferpos: c_uintsegment: GstSegmentstate: GstCollectPadsStateFlagspriv_: *mut GstCollectDataPrivateABI: GstCollectData_ABI

Trait Implementations

impl Clone for GstCollectData[src]

impl Copy for GstCollectData[src]

impl Debug for GstCollectData[src]

Auto Trait Implementations

impl !Send for GstCollectData

impl Unpin for GstCollectData

impl !Sync for GstCollectData

impl UnwindSafe for GstCollectData

impl RefUnwindSafe for GstCollectData

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]