Struct ark_api::world::SpatialQueryRequest
source · [−]pub struct SpatialQueryRequest { /* private fields */ }
Expand description
A SpatialQueryRequest
contains all data needed to perform a spatial query
Implementations
sourceimpl SpatialQueryRequest
impl SpatialQueryRequest
sourcepub fn as_message(&self, request_id: u64, hits_data_ptr: u32) -> Message
pub fn as_message(&self, request_id: u64, hits_data_ptr: u32) -> Message
Converts this SpatialQueryRequest
to the corresponding ffi message struct.
Trait Implementations
sourceimpl Clone for SpatialQueryRequest
impl Clone for SpatialQueryRequest
sourcefn clone(&self) -> SpatialQueryRequest
fn clone(&self) -> SpatialQueryRequest
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for SpatialQueryRequest
Auto Trait Implementations
impl RefUnwindSafe for SpatialQueryRequest
impl Send for SpatialQueryRequest
impl Sync for SpatialQueryRequest
impl Unpin for SpatialQueryRequest
impl UnwindSafe for SpatialQueryRequest
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more