Struct dot_vox::SceneShape
source · [−]pub struct SceneShape {
pub header: NodeHeader,
pub models: Vec<ShapeModel>,
}Expand description
Shape node.
Fields
header: NodeHeaderHeader.
models: Vec<ShapeModel>One or more models.
Trait Implementations
sourceimpl Debug for SceneShape
impl Debug for SceneShape
sourceimpl PartialEq<SceneShape> for SceneShape
impl PartialEq<SceneShape> for SceneShape
sourcefn eq(&self, other: &SceneShape) -> bool
fn eq(&self, other: &SceneShape) -> bool
impl Eq for SceneShape
impl StructuralEq for SceneShape
impl StructuralPartialEq for SceneShape
Auto Trait Implementations
impl RefUnwindSafe for SceneShape
impl Send for SceneShape
impl Sync for SceneShape
impl Unpin for SceneShape
impl UnwindSafe for SceneShape
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more