Enum groonga_sys::groonga::grn_window_direction [] [src]

#[repr(u32)]
pub enum grn_window_direction { GRN_WINDOW_DIRECTION_ASCENDING, GRN_WINDOW_DIRECTION_DESCENDING, }

Variants

Trait Implementations

impl Copy for grn_window_direction
[src]

impl Clone for grn_window_direction
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for grn_window_direction
[src]

Formats the value using the given formatter.