pub struct ElementDataId(/* private fields */);Expand description
id in flattened all-elements (’ vertexes) array
Implementations§
Source§impl ElementDataId
impl ElementDataId
Trait Implementations§
Source§impl Clone for ElementDataId
impl Clone for ElementDataId
Source§fn clone(&self) -> ElementDataId
fn clone(&self) -> ElementDataId
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ElementDataId
impl Debug for ElementDataId
Source§impl Ord for ElementDataId
impl Ord for ElementDataId
Source§fn cmp(&self, other: &ElementDataId) -> Ordering
fn cmp(&self, other: &ElementDataId) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ElementDataId
impl PartialEq for ElementDataId
Source§impl PartialOrd for ElementDataId
impl PartialOrd for ElementDataId
impl Copy for ElementDataId
impl Eq for ElementDataId
impl StructuralPartialEq for ElementDataId
Auto Trait Implementations§
impl Freeze for ElementDataId
impl RefUnwindSafe for ElementDataId
impl Send for ElementDataId
impl Sync for ElementDataId
impl Unpin for ElementDataId
impl UnwindSafe for ElementDataId
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