#[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: u64§culling_disabled: bool§_padding_29: [c_char; 3]§tm: Mat44T§min: Vec3T§max: Vec3T§_padding_33: [c_char; 4]Trait Implementations§
Source§impl Clone for BoundingVolumeBoxT
impl Clone for BoundingVolumeBoxT
Source§fn clone(&self) -> BoundingVolumeBoxT
fn clone(&self) -> BoundingVolumeBoxT
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 BoundingVolumeBoxT
impl Default for BoundingVolumeBoxT
Source§fn default() -> BoundingVolumeBoxT
fn default() -> BoundingVolumeBoxT
Returns the “default value” for a type. Read more
impl Copy for BoundingVolumeBoxT
Auto Trait Implementations§
impl Freeze for BoundingVolumeBoxT
impl RefUnwindSafe for BoundingVolumeBoxT
impl Send for BoundingVolumeBoxT
impl Sync for BoundingVolumeBoxT
impl Unpin for BoundingVolumeBoxT
impl UnwindSafe for BoundingVolumeBoxT
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