Struct groonga_sys::groonga::grn_expr_var [] [src]

#[repr(C)]
pub struct grn_expr_var { pub name: *const c_char, pub name_size: c_uint, pub value: grn_obj, }

Fields

Trait Implementations

impl Copy for grn_expr_var
[src]

impl Clone for grn_expr_var
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for grn_expr_var
[src]

Formats the value using the given formatter.

impl Default for grn_expr_var
[src]

Returns the "default value" for a type. Read more