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