#[repr(C)]pub struct NGTQueryFloat16 {
pub query: *mut NGTFloat16,
pub params: NGTQueryParameters,
}Fields§
§query: *mut NGTFloat16§params: NGTQueryParametersTrait Implementations§
Source§impl Clone for NGTQueryFloat16
impl Clone for NGTQueryFloat16
Source§fn clone(&self) -> NGTQueryFloat16
fn clone(&self) -> NGTQueryFloat16
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 NGTQueryFloat16
impl Debug for NGTQueryFloat16
impl Copy for NGTQueryFloat16
Auto Trait Implementations§
impl Freeze for NGTQueryFloat16
impl RefUnwindSafe for NGTQueryFloat16
impl !Send for NGTQueryFloat16
impl !Sync for NGTQueryFloat16
impl Unpin for NGTQueryFloat16
impl UnwindSafe for NGTQueryFloat16
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