Struct gst::ffi::Struct__GstSegment[][src]

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

Fields

Trait Implementations

impl Clone for Struct__GstSegment
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Struct__GstSegment
[src]

impl Default for Struct__GstSegment
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl !Send for Struct__GstSegment

impl !Sync for Struct__GstSegment