pub struct CellEdgeIndex(/* private fields */);
Expand description
Define index type
Implementations§
Source§impl CellEdgeIndex
impl CellEdgeIndex
pub fn into_inner(self) -> usize
Trait Implementations§
Source§impl Add<usize> for CellEdgeIndex
impl Add<usize> for CellEdgeIndex
Source§type Output = CellEdgeIndex
type Output = CellEdgeIndex
The resulting type after applying the
+
operator.Source§impl Add for CellEdgeIndex
impl Add for CellEdgeIndex
Source§type Output = CellEdgeIndex
type Output = CellEdgeIndex
The resulting type after applying the
+
operator.Source§fn add(self, rhs: CellEdgeIndex) -> CellEdgeIndex
fn add(self, rhs: CellEdgeIndex) -> CellEdgeIndex
Performs the
+
operation. Read moreSource§impl<M> AttribIndex<M> for CellEdgeIndexwhere
M: CellEdgeAttrib,
impl<M> AttribIndex<M> for CellEdgeIndexwhere
M: CellEdgeAttrib,
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<CellEdgeIndex>>
fn attrib_dict(mesh: &M) -> &HashMap<String, Attribute<CellEdgeIndex>>
Read only access to the attribute dictionary.
Source§fn attrib_dict_mut(
mesh: &mut M,
) -> &mut HashMap<String, Attribute<CellEdgeIndex>>
fn attrib_dict_mut( mesh: &mut M, ) -> &mut HashMap<String, Attribute<CellEdgeIndex>>
Read and write access to the attribute dictionary.
Source§fn attrib_dict_and_cache_mut(
mesh: &mut M,
) -> (&mut HashMap<String, Attribute<CellEdgeIndex>>, Option<&mut HashSet<Value<MaybeUninit<usize>, AttributeValueHashVTable>>>)
fn attrib_dict_and_cache_mut( mesh: &mut M, ) -> (&mut HashMap<String, Attribute<CellEdgeIndex>>, 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 CellEdgeIndex
impl Clone for CellEdgeIndex
Source§fn clone(&self) -> CellEdgeIndex
fn clone(&self) -> CellEdgeIndex
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 CellEdgeIndex
impl Debug for CellEdgeIndex
Source§impl Div<usize> for CellEdgeIndex
impl Div<usize> for CellEdgeIndex
Source§type Output = CellEdgeIndex
type Output = CellEdgeIndex
The resulting type after applying the
/
operator.Source§impl From<CellEdgeIndex> for Index
impl From<CellEdgeIndex> for Index
Source§fn from(i: CellEdgeIndex) -> Index
fn from(i: CellEdgeIndex) -> Index
Converts to this type from the input type.
Source§impl From<Index> for CellEdgeIndex
impl From<Index> for CellEdgeIndex
Source§fn from(i: Index) -> CellEdgeIndex
fn from(i: Index) -> CellEdgeIndex
Converts to this type from the input type.
Source§impl From<usize> for CellEdgeIndex
impl From<usize> for CellEdgeIndex
Source§fn from(i: usize) -> CellEdgeIndex
fn from(i: usize) -> CellEdgeIndex
Converts to this type from the input type.
Source§impl Hash for CellEdgeIndex
impl Hash for CellEdgeIndex
Source§impl Mul<usize> for CellEdgeIndex
impl Mul<usize> for CellEdgeIndex
Source§type Output = CellEdgeIndex
type Output = CellEdgeIndex
The resulting type after applying the
*
operator.Source§impl Ord for CellEdgeIndex
impl Ord for CellEdgeIndex
Source§fn cmp(&self, other: &CellEdgeIndex) -> Ordering
fn cmp(&self, other: &CellEdgeIndex) -> 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 CellEdgeIndex
impl PartialEq for CellEdgeIndex
Source§impl PartialOrd for CellEdgeIndex
impl PartialOrd for CellEdgeIndex
Source§impl Rem<usize> for CellEdgeIndex
impl Rem<usize> for CellEdgeIndex
Source§type Output = CellEdgeIndex
type Output = CellEdgeIndex
The resulting type after applying the
%
operator.Source§impl Sub<usize> for CellEdgeIndex
impl Sub<usize> for CellEdgeIndex
Source§type Output = CellEdgeIndex
type Output = CellEdgeIndex
The resulting type after applying the
-
operator.Source§impl Sub for CellEdgeIndex
impl Sub for CellEdgeIndex
Source§type Output = CellEdgeIndex
type Output = CellEdgeIndex
The resulting type after applying the
-
operator.Source§fn sub(self, rhs: CellEdgeIndex) -> CellEdgeIndex
fn sub(self, rhs: CellEdgeIndex) -> CellEdgeIndex
Performs the
-
operation. Read moreSource§impl TopoIndex<usize> for CellEdgeIndex
impl TopoIndex<usize> for CellEdgeIndex
impl Copy for CellEdgeIndex
impl ElementIndex<usize> for CellEdgeIndex
impl Eq for CellEdgeIndex
impl StructuralPartialEq for CellEdgeIndex
Auto Trait Implementations§
impl Freeze for CellEdgeIndex
impl RefUnwindSafe for CellEdgeIndex
impl Send for CellEdgeIndex
impl Sync for CellEdgeIndex
impl Unpin for CellEdgeIndex
impl UnwindSafe for CellEdgeIndex
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.