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