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