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