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§
source§impl 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§
source§impl Clone for SpatialQueryRequest
impl Clone for SpatialQueryRequest
source§fn clone(&self) -> SpatialQueryRequest
fn clone(&self) -> SpatialQueryRequest
Returns a copy 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 more