pub struct ShapeOverlapCell {
pub region: Aabb<Scalar>,
pub density: [DensityRange; 2],
pub normal: [Vec3<Scalar>; 2],
}Fields§
§region: Aabb<Scalar>§density: [DensityRange; 2]§normal: [Vec3<Scalar>; 2]Implementations§
Trait Implementations§
Source§impl Clone for ShapeOverlapCell
impl Clone for ShapeOverlapCell
Source§fn clone(&self) -> ShapeOverlapCell
fn clone(&self) -> ShapeOverlapCell
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 Debug for ShapeOverlapCell
impl Debug for ShapeOverlapCell
Source§impl PartialEq for ShapeOverlapCell
impl PartialEq for ShapeOverlapCell
impl StructuralPartialEq for ShapeOverlapCell
Auto Trait Implementations§
impl Freeze for ShapeOverlapCell
impl RefUnwindSafe for ShapeOverlapCell
impl Send for ShapeOverlapCell
impl Sync for ShapeOverlapCell
impl Unpin for ShapeOverlapCell
impl UnwindSafe for ShapeOverlapCell
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