Struct dot_vox::NodeHeader
source · [−]Expand description
Node header.
Fields
id: u32ID of this transform node.
attributes: DictAttributes of this transform node.
Trait Implementations
sourceimpl Debug for NodeHeader
impl Debug for NodeHeader
sourceimpl PartialEq<NodeHeader> for NodeHeader
impl PartialEq<NodeHeader> for NodeHeader
sourcefn eq(&self, other: &NodeHeader) -> bool
fn eq(&self, other: &NodeHeader) -> bool
impl Eq for NodeHeader
impl StructuralEq for NodeHeader
impl StructuralPartialEq for NodeHeader
Auto Trait Implementations
impl RefUnwindSafe for NodeHeader
impl Send for NodeHeader
impl Sync for NodeHeader
impl Unpin for NodeHeader
impl UnwindSafe for NodeHeader
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