Struct gstreamer_sys::GstBufferPoolAcquireParams[][src]

#[repr(C)]
pub struct GstBufferPoolAcquireParams { pub format: GstFormat, pub start: i64, pub stop: i64, pub flags: GstBufferPoolAcquireFlags, pub _gst_reserved: [gpointer; 4], }

Fields

Trait Implementations

impl Copy for GstBufferPoolAcquireParams
[src]

impl Clone for GstBufferPoolAcquireParams
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstBufferPoolAcquireParams
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstBufferPoolAcquireParams

impl !Sync for GstBufferPoolAcquireParams