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