Enum libcmark_sys::cmark_delim_type [] [src]

#[repr(C)]
pub enum cmark_delim_type { CMARK_NO_DELIM, CMARK_PERIOD_DELIM, CMARK_PAREN_DELIM, }

Variants

Trait Implementations

impl Copy for cmark_delim_type
[src]

impl Clone for cmark_delim_type
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for cmark_delim_type
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for cmark_delim_type
[src]