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
flags: GstSegmentFlags
rate: gdouble
applied_rate: gdouble
format: GstFormat
base: guint64
offset: guint64
start: guint64
stop: guint64
time: guint64
position: guint64
duration: guint64
_gst_reserved: [gpointer; 4]
Trait Implementations
impl Clone for Struct__GstSegment
[src]
impl Clone for Struct__GstSegment
fn clone(&self) -> Struct__GstSegment
[src]
fn clone(&self) -> Struct__GstSegment
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Copy for Struct__GstSegment
[src]
impl Copy for Struct__GstSegment
impl Default for Struct__GstSegment
[src]
impl Default for Struct__GstSegment
fn default() -> Struct__GstSegment
[src]
fn default() -> Struct__GstSegment
Returns the "default value" for a type. Read more
Auto Trait Implementations
impl !Send for Struct__GstSegment
impl !Send for Struct__GstSegment
impl !Sync for Struct__GstSegment
impl !Sync for Struct__GstSegment