[−][src]Struct gstreamer::message::StepStart
Implementations
impl<'a> StepStart<'a>[src]
pub fn new<V: Into<GenericFormattedValue>>(
active: bool,
amount: V,
rate: f64,
flush: bool,
intermediate: bool
) -> Message[src]
active: bool,
amount: V,
rate: f64,
flush: bool,
intermediate: bool
) -> Message
pub fn builder<V: Into<GenericFormattedValue>>(
active: bool,
amount: V,
rate: f64,
flush: bool,
intermediate: bool
) -> StepStartBuilder<'a>[src]
active: bool,
amount: V,
rate: f64,
flush: bool,
intermediate: bool
) -> StepStartBuilder<'a>
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.
fn deref(&self) -> &Self::Target[src]
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]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,