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 moreimpl 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§
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