Struct gstreamer_sys::GstSegment
source · #[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
sourceimpl Clone for GstSegment
impl Clone for GstSegment
sourcefn clone(&self) -> GstSegment
fn clone(&self) -> GstSegment
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for GstSegment
impl Debug for GstSegment
impl Copy for GstSegment
Auto Trait Implementations
impl RefUnwindSafe for GstSegment
impl !Send for GstSegment
impl !Sync for GstSegment
impl Unpin for GstSegment
impl UnwindSafe for GstSegment
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more