pub struct NodeIdx(pub u32);Expand description
Index of a node into SceneModel::nodes.
Tuple Fields§
§0: u32Trait Implementations§
impl Copy for NodeIdx
impl Eq for NodeIdx
impl StructuralPartialEq for NodeIdx
Auto Trait Implementations§
impl Freeze for NodeIdx
impl RefUnwindSafe for NodeIdx
impl Send for NodeIdx
impl Sync for NodeIdx
impl Unpin for NodeIdx
impl UnsafeUnpin for NodeIdx
impl UnwindSafe for NodeIdx
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