Enum janus_plugin::PluginResultType
[−]
[src]
#[repr(i32)]pub enum PluginResultType { JANUS_PLUGIN_ERROR, JANUS_PLUGIN_OK, JANUS_PLUGIN_OK_WAIT, }
Variants
JANUS_PLUGIN_ERRORJANUS_PLUGIN_OKJANUS_PLUGIN_OK_WAIT
Trait Implementations
impl Copy for janus_plugin_result_type[src]
impl Hash for janus_plugin_result_type[src]
fn hash<__H>(&self, __arg_0: &mut __H) where
__H: Hasher, [src]
__H: Hasher,
Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
H: Hasher,
Feeds a slice of this type into the given [Hasher]. Read more
impl Clone for janus_plugin_result_type[src]
fn clone(&self) -> janus_plugin_result_type[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Eq for janus_plugin_result_type[src]
impl PartialEq<janus_plugin_result_type> for janus_plugin_result_type[src]
fn eq(&self, __arg_0: &janus_plugin_result_type) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
This method tests for !=.