pub struct CsgTree {
pub root: CsgNode,
}Expand description
A complete CSG tree that can be evaluated as a scalar field.
Fields§
§root: CsgNodeImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CsgTree
impl !RefUnwindSafe for CsgTree
impl Send for CsgTree
impl Sync for CsgTree
impl Unpin for CsgTree
impl UnsafeUnpin for CsgTree
impl !UnwindSafe for CsgTree
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