Struct faiss_sys::FaissBuffer [] [src]

#[repr(C)]
pub struct FaissBuffer { pub ids: *mut idx_t, pub dis: *mut f32, }

List of temporary buffers used to store results before they are copied to the RangeSearchResult object.

Fields

Trait Implementations

impl Debug for FaissBuffer
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for FaissBuffer
[src]

impl Clone for FaissBuffer
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for FaissBuffer

impl !Sync for FaissBuffer