pub struct SdfBox {
pub center: Vec3,
pub half_extents: Vec3,
}Fields§
§center: Vec3§half_extents: Vec3Trait Implementations§
Auto Trait Implementations§
impl Freeze for SdfBox
impl RefUnwindSafe for SdfBox
impl Send for SdfBox
impl Sync for SdfBox
impl Unpin for SdfBox
impl UnsafeUnpin for SdfBox
impl UnwindSafe for SdfBox
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