Enum guile_sys::Enum_scm_t_port_rw_active [] [src]

#[repr(u32)]
pub enum Enum_scm_t_port_rw_active { SCM_PORT_NEITHER, SCM_PORT_READ, SCM_PORT_WRITE, }

Variants

Trait Implementations

impl Clone for Enum_scm_t_port_rw_active
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Enum_scm_t_port_rw_active
[src]