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