pub enum MeshVectorInsertMode {
InsertValues,
AddValues,
}Expand description
DMPlex-style insertion policy for local-vector closure updates.
Variants§
InsertValues
Replace every scalar value in the selected closure.
AddValues
Accumulate every scalar value into the selected closure.
Trait Implementations§
Source§impl Clone for MeshVectorInsertMode
impl Clone for MeshVectorInsertMode
Source§fn clone(&self) -> MeshVectorInsertMode
fn clone(&self) -> MeshVectorInsertMode
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 moreimpl Copy for MeshVectorInsertMode
Source§impl Debug for MeshVectorInsertMode
impl Debug for MeshVectorInsertMode
impl Eq for MeshVectorInsertMode
Source§impl PartialEq for MeshVectorInsertMode
impl PartialEq for MeshVectorInsertMode
impl StructuralPartialEq for MeshVectorInsertMode
Auto Trait Implementations§
impl Freeze for MeshVectorInsertMode
impl RefUnwindSafe for MeshVectorInsertMode
impl Send for MeshVectorInsertMode
impl Sync for MeshVectorInsertMode
impl Unpin for MeshVectorInsertMode
impl UnsafeUnpin for MeshVectorInsertMode
impl UnwindSafe for MeshVectorInsertMode
Blanket Implementations§
Source§impl<T> AccumulatePathExt for T
impl<T> AccumulatePathExt for T
fn accumulate_path<O, I>(path: I) -> Owhere
O: Orientation,
I: IntoIterator<Item = O>,
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