struct BuildEntry {
parameter_space: [Parameter; 7],
index: usize,
}Expand description
Build data used during tree construction.
Fields§
§parameter_space: [Parameter; 7]§index: usizeTrait Implementations§
Source§impl Clone for BuildEntry
impl Clone for BuildEntry
Source§fn clone(&self) -> BuildEntry
fn clone(&self) -> BuildEntry
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 moreAuto Trait Implementations§
impl Freeze for BuildEntry
impl RefUnwindSafe for BuildEntry
impl Send for BuildEntry
impl Sync for BuildEntry
impl Unpin for BuildEntry
impl UnsafeUnpin for BuildEntry
impl UnwindSafe for BuildEntry
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