Enum libc::fae_action 
source · pub enum fae_action {
    FAE_OPEN,
    FAE_DUP2,
    FAE_CLOSE,
}Variants§
Trait Implementations§
source§impl Clone for fae_action
 
impl Clone for fae_action
source§fn clone(&self) -> fae_action
 
fn clone(&self) -> fae_action
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read more