Enum gstreamer::FlowSuccess [−][src]
pub enum FlowSuccess {
CustomSuccess2,
CustomSuccess1,
CustomSuccess,
Ok,
}Variants
CustomSuccess2CustomSuccess1CustomSuccessOk
Trait Implementations
impl Clone for FlowSuccess[src]
impl Clone for FlowSuccessfn clone(&self) -> FlowSuccess[src]
fn clone(&self) -> FlowSuccessReturns 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 FlowSuccessimpl Debug for FlowSuccess[src]
impl Debug for FlowSuccessfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Eq for FlowSuccess[src]
impl Eq for FlowSuccessimpl PartialEq for FlowSuccess[src]
impl PartialEq for FlowSuccessfn eq(&self, other: &FlowSuccess) -> bool[src]
fn eq(&self, other: &FlowSuccess) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Hash for FlowSuccess[src]
impl Hash for FlowSuccessAuto Trait Implementations
impl Send for FlowSuccess
impl Send for FlowSuccessimpl Sync for FlowSuccess
impl Sync for FlowSuccess