Enum gstreamer::FlowSuccess [−][src]
pub enum FlowSuccess { CustomSuccess2, CustomSuccess1, CustomSuccess, Ok, }
Variants
CustomSuccess2
CustomSuccess1
CustomSuccess
Ok
Trait Implementations
impl Clone for FlowSuccess
[src]
impl Clone for FlowSuccess
fn clone(&self) -> FlowSuccess
[src]
fn clone(&self) -> FlowSuccess
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Copy for FlowSuccess
[src]
impl Copy for FlowSuccess
impl Debug for FlowSuccess
[src]
impl Debug for FlowSuccess
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Eq for FlowSuccess
[src]
impl Eq for FlowSuccess
impl PartialEq for FlowSuccess
[src]
impl PartialEq for FlowSuccess
fn eq(&self, other: &FlowSuccess) -> bool
[src]
fn eq(&self, other: &FlowSuccess) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Hash for FlowSuccess
[src]
impl Hash for FlowSuccess
Auto Trait Implementations
impl Send for FlowSuccess
impl Send for FlowSuccess
impl Sync for FlowSuccess
impl Sync for FlowSuccess