#[repr(C)]pub struct NGTQueryParameters {
pub size: usize,
pub epsilon: f32,
pub radius: f32,
pub edge_size: usize,
}
Fields§
§size: usize
§epsilon: f32
§radius: f32
§edge_size: usize
Trait Implementations§
Source§impl Clone for NGTQueryParameters
impl Clone for NGTQueryParameters
Source§fn clone(&self) -> NGTQueryParameters
fn clone(&self) -> NGTQueryParameters
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for NGTQueryParameters
impl Debug for NGTQueryParameters
impl Copy for NGTQueryParameters
Auto Trait Implementations§
impl Freeze for NGTQueryParameters
impl RefUnwindSafe for NGTQueryParameters
impl Send for NGTQueryParameters
impl Sync for NGTQueryParameters
impl Unpin for NGTQueryParameters
impl UnwindSafe for NGTQueryParameters
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more