#[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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for NGTQueryFloat16
Auto Trait Implementations§
impl !Send for NGTQueryFloat16
impl !Sync for NGTQueryFloat16
impl Freeze for NGTQueryFloat16
impl RefUnwindSafe for NGTQueryFloat16
impl Unpin for NGTQueryFloat16
impl UnsafeUnpin 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