#[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: u64§culling_disabled: bool§_padding_18: [c_char; 3]§position: Vec3T§radius: f32§_padding_21: [c_char; 4]Trait Implementations§
Source§impl Clone for BoundingVolumeSphereT
impl Clone for BoundingVolumeSphereT
Source§fn clone(&self) -> BoundingVolumeSphereT
fn clone(&self) -> BoundingVolumeSphereT
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 moreSource§impl Default for BoundingVolumeSphereT
impl Default for BoundingVolumeSphereT
Source§fn default() -> BoundingVolumeSphereT
fn default() -> BoundingVolumeSphereT
Returns the “default value” for a type. Read more
impl Copy for BoundingVolumeSphereT
Auto Trait Implementations§
impl Freeze for BoundingVolumeSphereT
impl RefUnwindSafe for BoundingVolumeSphereT
impl Send for BoundingVolumeSphereT
impl Sync for BoundingVolumeSphereT
impl Unpin for BoundingVolumeSphereT
impl UnwindSafe for BoundingVolumeSphereT
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