Enum sapnwrfc::binding::_RFC_DIRECTION
[−]
[src]
#[repr(u32)]pub enum _RFC_DIRECTION { RFC_IMPORT, RFC_EXPORT, RFC_CHANGING, RFC_TABLES, }
_RFC_DIRECTION
Used in #RFC_PARAMETER_DESC::direction for specifying the direction of a function module parameter.
Variants
RFC_IMPORTRFC_EXPORTRFC_CHANGINGRFC_TABLES
Trait Implementations
impl Debug for _RFC_DIRECTION[src]
impl Copy for _RFC_DIRECTION[src]
impl Clone for _RFC_DIRECTION[src]
fn clone(&self) -> _RFC_DIRECTION[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 PartialEq for _RFC_DIRECTION[src]
fn eq(&self, __arg_0: &_RFC_DIRECTION) -> 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 !=.