Struct physx_sys::PxBoundedData
source · [−]#[repr(C)]pub struct PxBoundedData {
pub stride: u32,
pub structgen_pad0: [u8; 4],
pub data: *const c_void,
pub count: u32,
pub structgen_pad1: [u8; 4],
}Fields
stride: u32structgen_pad0: [u8; 4]data: *const c_voidcount: u32structgen_pad1: [u8; 4]Trait Implementations
sourceimpl Clone for PxBoundedData
impl Clone for PxBoundedData
sourcefn clone(&self) -> PxBoundedData
fn clone(&self) -> PxBoundedData
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 moreimpl Copy for PxBoundedData
Auto Trait Implementations
impl RefUnwindSafe for PxBoundedData
impl !Send for PxBoundedData
impl !Sync for PxBoundedData
impl Unpin for PxBoundedData
impl UnwindSafe for PxBoundedData
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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