#[repr(C)]pub struct PxMeshQuery {
pub structgen_pad0: [u8; 1],
}Fields§
§structgen_pad0: [u8; 1]Trait Implementations§
Source§impl Clone for PxMeshQuery
impl Clone for PxMeshQuery
Source§fn clone(&self) -> PxMeshQuery
fn clone(&self) -> PxMeshQuery
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 moreimpl Copy for PxMeshQuery
Auto Trait Implementations§
impl Freeze for PxMeshQuery
impl RefUnwindSafe for PxMeshQuery
impl Send for PxMeshQuery
impl Sync for PxMeshQuery
impl Unpin for PxMeshQuery
impl UnwindSafe for PxMeshQuery
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