pub struct EdgeVertexIndex(/* private fields */);
Expand description
Define index type
Implementations§
Source§impl EdgeVertexIndex
impl EdgeVertexIndex
pub fn into_inner(self) -> usize
Trait Implementations§
Source§impl Add<usize> for EdgeVertexIndex
impl Add<usize> for EdgeVertexIndex
Source§type Output = EdgeVertexIndex
type Output = EdgeVertexIndex
The resulting type after applying the
+
operator.Source§impl Add for EdgeVertexIndex
impl Add for EdgeVertexIndex
Source§type Output = EdgeVertexIndex
type Output = EdgeVertexIndex
The resulting type after applying the
+
operator.Source§fn add(self, rhs: EdgeVertexIndex) -> EdgeVertexIndex
fn add(self, rhs: EdgeVertexIndex) -> EdgeVertexIndex
Performs the
+
operation. Read moreSource§impl<M> AttribIndex<M> for EdgeVertexIndexwhere
M: EdgeVertexAttrib,
impl<M> AttribIndex<M> for EdgeVertexIndexwhere
M: EdgeVertexAttrib,
Source§fn attrib_size(mesh: &M) -> usize
fn attrib_size(mesh: &M) -> usize
Get the size of the attribute at the appropriate mesh location determined by
I
.Source§fn attrib_dict(mesh: &M) -> &HashMap<String, Attribute<EdgeVertexIndex>>
fn attrib_dict(mesh: &M) -> &HashMap<String, Attribute<EdgeVertexIndex>>
Read only access to the attribute dictionary.
Source§fn attrib_dict_mut(
mesh: &mut M,
) -> &mut HashMap<String, Attribute<EdgeVertexIndex>>
fn attrib_dict_mut( mesh: &mut M, ) -> &mut HashMap<String, Attribute<EdgeVertexIndex>>
Read and write access to the attribute dictionary.
Source§fn attrib_dict_and_cache_mut(
mesh: &mut M,
) -> (&mut HashMap<String, Attribute<EdgeVertexIndex>>, Option<&mut HashSet<Value<MaybeUninit<usize>, AttributeValueHashVTable>>>)
fn attrib_dict_and_cache_mut( mesh: &mut M, ) -> (&mut HashMap<String, Attribute<EdgeVertexIndex>>, Option<&mut HashSet<Value<MaybeUninit<usize>, AttributeValueHashVTable>>>)
Read and write access to the attribute dictionary as well as an optional cache for indirect
attribute values.
Source§impl Clone for EdgeVertexIndex
impl Clone for EdgeVertexIndex
Source§fn clone(&self) -> EdgeVertexIndex
fn clone(&self) -> EdgeVertexIndex
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 EdgeVertexIndex
impl Debug for EdgeVertexIndex
Source§impl Div<usize> for EdgeVertexIndex
impl Div<usize> for EdgeVertexIndex
Source§type Output = EdgeVertexIndex
type Output = EdgeVertexIndex
The resulting type after applying the
/
operator.Source§impl From<EdgeVertexIndex> for Index
impl From<EdgeVertexIndex> for Index
Source§fn from(i: EdgeVertexIndex) -> Index
fn from(i: EdgeVertexIndex) -> Index
Converts to this type from the input type.
Source§impl From<Index> for EdgeVertexIndex
impl From<Index> for EdgeVertexIndex
Source§fn from(i: Index) -> EdgeVertexIndex
fn from(i: Index) -> EdgeVertexIndex
Converts to this type from the input type.
Source§impl From<usize> for EdgeVertexIndex
impl From<usize> for EdgeVertexIndex
Source§fn from(i: usize) -> EdgeVertexIndex
fn from(i: usize) -> EdgeVertexIndex
Converts to this type from the input type.
Source§impl Hash for EdgeVertexIndex
impl Hash for EdgeVertexIndex
Source§impl Mul<usize> for EdgeVertexIndex
impl Mul<usize> for EdgeVertexIndex
Source§type Output = EdgeVertexIndex
type Output = EdgeVertexIndex
The resulting type after applying the
*
operator.Source§impl Ord for EdgeVertexIndex
impl Ord for EdgeVertexIndex
Source§fn cmp(&self, other: &EdgeVertexIndex) -> Ordering
fn cmp(&self, other: &EdgeVertexIndex) -> 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 EdgeVertexIndex
impl PartialEq for EdgeVertexIndex
Source§impl PartialOrd for EdgeVertexIndex
impl PartialOrd for EdgeVertexIndex
Source§impl Rem<usize> for EdgeVertexIndex
impl Rem<usize> for EdgeVertexIndex
Source§type Output = EdgeVertexIndex
type Output = EdgeVertexIndex
The resulting type after applying the
%
operator.Source§impl Sub<usize> for EdgeVertexIndex
impl Sub<usize> for EdgeVertexIndex
Source§type Output = EdgeVertexIndex
type Output = EdgeVertexIndex
The resulting type after applying the
-
operator.Source§impl Sub for EdgeVertexIndex
impl Sub for EdgeVertexIndex
Source§type Output = EdgeVertexIndex
type Output = EdgeVertexIndex
The resulting type after applying the
-
operator.Source§fn sub(self, rhs: EdgeVertexIndex) -> EdgeVertexIndex
fn sub(self, rhs: EdgeVertexIndex) -> EdgeVertexIndex
Performs the
-
operation. Read moreSource§impl TopoIndex<usize> for EdgeVertexIndex
impl TopoIndex<usize> for EdgeVertexIndex
impl Copy for EdgeVertexIndex
impl ElementIndex<usize> for EdgeVertexIndex
impl Eq for EdgeVertexIndex
impl StructuralPartialEq for EdgeVertexIndex
Auto Trait Implementations§
impl Freeze for EdgeVertexIndex
impl RefUnwindSafe for EdgeVertexIndex
impl Send for EdgeVertexIndex
impl Sync for EdgeVertexIndex
impl Unpin for EdgeVertexIndex
impl UnwindSafe for EdgeVertexIndex
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
Source§impl<T> CallHasher for T
impl<T> CallHasher for T
Source§impl<T> CloneBytes for Twhere
T: Clone + 'static,
impl<T> CloneBytes for Twhere
T: Clone + 'static,
unsafe fn clone_bytes(src: &[MaybeUninit<u8>]) -> Box<[MaybeUninit<u8>]>
unsafe fn clone_from_bytes(dst: &mut [MaybeUninit<u8>], src: &[MaybeUninit<u8>])
unsafe fn clone_into_raw_bytes( src: &[MaybeUninit<u8>], dst: &mut [MaybeUninit<u8>], )
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> DebugBytes for Twhere
T: Debug + 'static,
impl<T> DebugBytes for Twhere
T: Debug + 'static,
Source§impl<T> Downcast for Twhere
T: Any,
impl<T> Downcast for Twhere
T: Any,
Source§fn into_any(self: Box<T>) -> Box<dyn Any>
fn into_any(self: Box<T>) -> Box<dyn Any>
Convert
Box<dyn Trait>
(where Trait: Downcast
) to Box<dyn Any>
. Box<dyn Any>
can
then be further downcast
into Box<ConcreteType>
where ConcreteType
implements Trait
.Source§fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>
fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>
Convert
Rc<Trait>
(where Trait: Downcast
) to Rc<Any>
. Rc<Any>
can then be
further downcast
into Rc<ConcreteType>
where ConcreteType
implements Trait
.Source§fn as_any(&self) -> &(dyn Any + 'static)
fn as_any(&self) -> &(dyn Any + 'static)
Convert
&Trait
(where Trait: Downcast
) to &Any
. This is needed since Rust cannot
generate &Any
’s vtable from &Trait
’s.Source§fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)
fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)
Convert
&mut Trait
(where Trait: Downcast
) to &Any
. This is needed since Rust cannot
generate &mut Any
’s vtable from &mut Trait
’s.Source§impl<T> DowncastSync for T
impl<T> DowncastSync for T
Source§impl<T> DropBytes for Twhere
T: 'static,
impl<T> DropBytes for Twhere
T: 'static,
unsafe fn drop_bytes(bytes: &mut [MaybeUninit<u8>])
Source§impl<'a, S, I> Get<'a, I> for Swhere
I: GetIndex<'a, S>,
impl<'a, S, I> Get<'a, I> for Swhere
I: GetIndex<'a, S>,
type Output = <I as GetIndex<'a, S>>::Output
fn get(&self, idx: I) -> Option<<I as GetIndex<'a, S>>::Output>
Source§fn at(&self, idx: I) -> Self::Output
fn at(&self, idx: I) -> Self::Output
Return a value at the given index. This is provided as the checked
version of
get
that will panic if the equivalent get
call is None
,
which typically means that the given index is out of bounds. Read moreSource§unsafe fn at_unchecked(&self, idx: I) -> Self::Output
unsafe fn at_unchecked(&self, idx: I) -> Self::Output
Return a value at the given index. Read more
Source§impl<T> HashBytes for Twhere
T: Hash + 'static,
impl<T> HashBytes for Twhere
T: Hash + 'static,
unsafe fn hash_bytes(bytes: &[MaybeUninit<u8>], state: &mut dyn Hasher)
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreSource§impl<S, I> Isolate<I> for Swhere
I: IsolateIndex<S>,
impl<S, I> Isolate<I> for Swhere
I: IsolateIndex<S>,
Source§impl<T> PartialEqBytes for Twhere
T: PartialEq + 'static,
impl<T> PartialEqBytes for Twhere
T: PartialEq + 'static,
unsafe fn eq_bytes(a: &[MaybeUninit<u8>], b: &[MaybeUninit<u8>]) -> bool
Source§impl<T> Pointable for T
impl<T> Pointable for T
Source§impl<T, N> PushArrayToVec<N> for T
impl<T, N> PushArrayToVec<N> for T
Source§impl<SS, SP> SupersetOf<SS> for SPwhere
SS: SubsetOf<SP>,
impl<SS, SP> SupersetOf<SS> for SPwhere
SS: SubsetOf<SP>,
Source§fn to_subset(&self) -> Option<SS>
fn to_subset(&self) -> Option<SS>
The inverse inclusion map: attempts to construct
self
from the equivalent element of its
superset. Read moreSource§fn is_in_subset(&self) -> bool
fn is_in_subset(&self) -> bool
Checks if
self
is actually part of its subset T
(and can be converted to it).Source§fn to_subset_unchecked(&self) -> SS
fn to_subset_unchecked(&self) -> SS
Use with care! Same as
self.to_subset
but without any property checks. Always succeeds.Source§fn from_subset(element: &SS) -> SP
fn from_subset(element: &SS) -> SP
The inclusion map: converts
self
to the equivalent element of its superset.