[][src]Struct gstreamer::message::StepStart

pub struct StepStart<'a>(_);

Implementations

impl<'a> StepStart<'a>[src]

pub fn new<V: Into<GenericFormattedValue>>(
    active: bool,
    amount: V,
    rate: f64,
    flush: bool,
    intermediate: bool
) -> Message
[src]

pub fn builder<V: Into<GenericFormattedValue>>(
    active: bool,
    amount: V,
    rate: f64,
    flush: bool,
    intermediate: bool
) -> StepStartBuilder<'a>
[src]

pub fn get(&self) -> (bool, GenericFormattedValue, f64, bool, bool)[src]

Methods from Deref<Target = MessageRef>

pub unsafe fn as_ptr(&self) -> *const GstMessage[src]

pub unsafe fn as_mut_ptr(&self) -> *mut GstMessage[src]

pub fn copy(&self) -> Message[src]

pub fn get_src(&self) -> Option<Object>[src]

pub fn get_seqnum(&self) -> Seqnum[src]

pub fn get_structure(&self) -> Option<&StructureRef>[src]

pub fn view(&self) -> MessageView<'_>[src]

pub fn get_type(&self) -> MessageType[src]

Trait Implementations

impl<'a> Debug for StepStart<'a>[src]

impl<'a> Deref for StepStart<'a>[src]

type Target = MessageRef

The resulting type after dereferencing.

Auto Trait Implementations

impl<'a> RefUnwindSafe for StepStart<'a>

impl<'a> Send for StepStart<'a>

impl<'a> Sync for StepStart<'a>

impl<'a> Unpin for StepStart<'a>

impl<'a> UnwindSafe for StepStart<'a>

Blanket Implementations

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

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

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

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

impl<T, U> Into<U> for T where
    U: From<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.