#[repr(C)]pub struct PxMaterial {
pub structgen_pad0: [u8; 16],
pub userData: *mut c_void,
}Fields§
§structgen_pad0: [u8; 16]§userData: *mut c_voidTrait Implementations§
Source§impl Clone for PxMaterial
impl Clone for PxMaterial
Source§fn clone(&self) -> PxMaterial
fn clone(&self) -> PxMaterial
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PxMaterial
Auto Trait Implementations§
impl !Send for PxMaterial
impl !Sync for PxMaterial
impl Freeze for PxMaterial
impl RefUnwindSafe for PxMaterial
impl Unpin for PxMaterial
impl UnsafeUnpin for PxMaterial
impl UnwindSafe for PxMaterial
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