Enum libcmark_sys::cmark_list_type [] [src]

#[repr(C)]
pub enum cmark_list_type { CMARK_NO_LIST, CMARK_BULLET_LIST, CMARK_ORDERED_LIST, }

Variants

Trait Implementations

impl Copy for cmark_list_type
[src]

impl Clone for cmark_list_type
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for cmark_list_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_list_type
[src]