[][src]Struct gstreamer_sys::GstSegment

#[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

flags: GstSegmentFlagsrate: c_doubleapplied_rate: c_doubleformat: GstFormatbase: u64offset: u64start: u64stop: u64time: u64position: u64duration: u64_gst_reserved: [gpointer; 4]

Trait Implementations

impl Clone for GstSegment[src]

impl Copy for GstSegment[src]

impl Debug for GstSegment[src]

Auto Trait Implementations

impl !Send for GstSegment

impl Unpin for GstSegment

impl !Sync for GstSegment

impl UnwindSafe for GstSegment

impl RefUnwindSafe for GstSegment

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]