Struct machinery_api::foundation::BoundingVolumeSphereT [−][src]
#[repr(C)]pub struct BoundingVolumeSphereT { pub visibility_mask: u64, pub culling_disabled: bool, pub _padding_18: [c_char; 3], pub position: Vec3T, pub radius: f32, pub _padding_21: [c_char; 4], }
Fields
visibility_mask: u64culling_disabled: bool_padding_18: [c_char; 3]position: Vec3Tradius: f32_padding_21: [c_char; 4]Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for BoundingVolumeSphereT
impl Send for BoundingVolumeSphereT
impl Sync for BoundingVolumeSphereT
impl Unpin for BoundingVolumeSphereT
impl UnwindSafe for BoundingVolumeSphereT
Blanket Implementations
Mutably borrows from an owned value. Read more