[][src]Union physx_sys::Anonymous59

#[repr(C)]pub union Anonymous59 {
    pub geometry: [u8; 4],
    pub _box: [u8; 16],
    pub sphere: [u8; 8],
    pub capsule: [u8; 12],
    pub plane: [u8; 4],
    pub convex: [u8; 48],
    pub mesh: [u8; 48],
    pub heightfield: [u8; 32],
}

Fields

geometry: [u8; 4]_box: [u8; 16]sphere: [u8; 8]capsule: [u8; 12]plane: [u8; 4]convex: [u8; 48]mesh: [u8; 48]heightfield: [u8; 32]

Trait Implementations

impl Clone for Anonymous59[src]

impl Copy for Anonymous59[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.