Enum gst_plugin::adapter::AdapterError [−][src]
pub enum AdapterError {
NotEnoughData,
}Variants
NotEnoughData
Trait Implementations
impl Debug for AdapterError[src]
impl Debug for AdapterErrorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for AdapterError[src]
impl PartialEq for AdapterErrorfn eq(&self, other: &AdapterError) -> bool[src]
fn eq(&self, other: &AdapterError) -> 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 Eq for AdapterError[src]
impl Eq for AdapterErrorimpl Display for AdapterError[src]
impl Display for AdapterErrorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Error for AdapterError[src]
impl Error for AdapterErrorAuto Trait Implementations
impl Send for AdapterError
impl Send for AdapterErrorimpl Sync for AdapterError
impl Sync for AdapterError