Enum libcmark_sys::cmark_event_type [] [src]

#[repr(C)]
pub enum cmark_event_type { CMARK_EVENT_NONE, CMARK_EVENT_DONE, CMARK_EVENT_ENTER, CMARK_EVENT_EXIT, }

Variants

Trait Implementations

impl Copy for cmark_event_type
[src]

impl Clone for cmark_event_type
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for cmark_event_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_event_type
[src]