#[repr(C)]pub struct PxStridedData {
pub stride: u32,
pub structgen_pad0: [u8; 4],
pub data: *const c_void,
}Fields§
§stride: u32§structgen_pad0: [u8; 4]§data: *const c_voidTrait Implementations§
Source§impl Clone for PxStridedData
impl Clone for PxStridedData
Source§fn clone(&self) -> PxStridedData
fn clone(&self) -> PxStridedData
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 PxStridedData
Auto Trait Implementations§
impl Freeze for PxStridedData
impl RefUnwindSafe for PxStridedData
impl !Send for PxStridedData
impl !Sync for PxStridedData
impl Unpin for PxStridedData
impl UnwindSafe for PxStridedData
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