Struct machinery_api::foundation::BoundingVolumeBoxT [−][src]
#[repr(C)]pub struct BoundingVolumeBoxT { pub visibility_mask: u64, pub culling_disabled: bool, pub _padding_29: [c_char; 3], pub tm: Mat44T, pub min: Vec3T, pub max: Vec3T, pub _padding_33: [c_char; 4], }
Fields
visibility_mask: u64culling_disabled: bool_padding_29: [c_char; 3]tm: Mat44Tmin: Vec3Tmax: Vec3T_padding_33: [c_char; 4]Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for BoundingVolumeBoxT
impl Send for BoundingVolumeBoxT
impl Sync for BoundingVolumeBoxT
impl Unpin for BoundingVolumeBoxT
impl UnwindSafe for BoundingVolumeBoxT
Blanket Implementations
Mutably borrows from an owned value. Read more