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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GstBufferPoolAcquireParams
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations