Struct gstreamer_sys::GstSegment[][src]

#[repr(C)]
pub struct GstSegment { pub flags: GstSegmentFlags, pub rate: c_double, pub applied_rate: c_double, pub format: GstFormat, pub base: u64, pub offset: u64, pub start: u64, pub stop: u64, pub time: u64, pub position: u64, pub duration: u64, pub _gst_reserved: [gpointer; 4], }

Fields

Trait Implementations

impl Copy for GstSegment
[src]

impl Clone for GstSegment
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstSegment
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstSegment

impl !Sync for GstSegment