#[repr(C)]pub struct NGTQueryFloat {
pub query: *mut f32,
pub params: NGTQueryParameters,
}Fields§
§query: *mut f32§params: NGTQueryParametersTrait 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 (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 NGTQueryFloat
Auto Trait Implementations§
impl !Send for NGTQueryFloat
impl !Sync for NGTQueryFloat
impl Freeze for NGTQueryFloat
impl RefUnwindSafe for NGTQueryFloat
impl Unpin for NGTQueryFloat
impl UnsafeUnpin 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