[−][src]Struct gstreamer::message::StepDone
Implementations
impl<'a> StepDone<'a>
[src]
pub fn new<V: Into<GenericFormattedValue>>(
amount: V,
rate: f64,
flush: bool,
intermediate: bool,
duration: V,
eos: bool
) -> Message
[src]
amount: V,
rate: f64,
flush: bool,
intermediate: bool,
duration: V,
eos: bool
) -> Message
pub fn builder<V: Into<GenericFormattedValue>>(
amount: V,
rate: f64,
flush: bool,
intermediate: bool,
duration: V,
eos: bool
) -> StepDoneBuilder<'a>
[src]
amount: V,
rate: f64,
flush: bool,
intermediate: bool,
duration: V,
eos: bool
) -> StepDoneBuilder<'a>
pub fn get(
&self
) -> (GenericFormattedValue, f64, bool, bool, GenericFormattedValue, bool)
[src]
&self
) -> (GenericFormattedValue, f64, bool, bool, GenericFormattedValue, bool)
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 StepDone<'a>
[src]
impl<'a> Deref for StepDone<'a>
[src]
type Target = MessageRef
The resulting type after dereferencing.
fn deref(&self) -> &Self::Target
[src]
Auto Trait Implementations
impl<'a> RefUnwindSafe for StepDone<'a>
impl<'a> Send for StepDone<'a>
impl<'a> Sync for StepDone<'a>
impl<'a> Unpin for StepDone<'a>
impl<'a> UnwindSafe for StepDone<'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>,