Struct groonga_sys::groonga::_grn_table_scan_hit [] [src]

#[repr(C)]
pub struct _grn_table_scan_hit { pub id: grn_id, pub offset: c_uint, pub length: c_uint, }

Fields

Trait Implementations

impl Copy for _grn_table_scan_hit
[src]

impl Clone for _grn_table_scan_hit
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for _grn_table_scan_hit
[src]

Formats the value using the given formatter.

impl Default for _grn_table_scan_hit
[src]

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