pub struct AssemblyScaleResolvedNamedSelector {
pub source_skin_index: usize,
pub source_root_node_index: usize,
}Expand description
Format-neutral source indices resolved from one exact named assembly root.
Fields§
§source_skin_index: usizeThe unique non-empty source skin fully governed by the named root.
source_root_node_index: usizeThe unique source node projected from the named normalized root.
Trait Implementations§
Source§impl Clone for AssemblyScaleResolvedNamedSelector
impl Clone for AssemblyScaleResolvedNamedSelector
Source§fn clone(&self) -> AssemblyScaleResolvedNamedSelector
fn clone(&self) -> AssemblyScaleResolvedNamedSelector
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AssemblyScaleResolvedNamedSelector
impl Eq for AssemblyScaleResolvedNamedSelector
impl StructuralPartialEq for AssemblyScaleResolvedNamedSelector
Auto Trait Implementations§
impl Freeze for AssemblyScaleResolvedNamedSelector
impl RefUnwindSafe for AssemblyScaleResolvedNamedSelector
impl Send for AssemblyScaleResolvedNamedSelector
impl Sync for AssemblyScaleResolvedNamedSelector
impl Unpin for AssemblyScaleResolvedNamedSelector
impl UnsafeUnpin for AssemblyScaleResolvedNamedSelector
impl UnwindSafe for AssemblyScaleResolvedNamedSelector
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