pub struct FluentReader;Expand description
Reader for ASCII Fluent meshes.
Trait Implementations§
Source§impl Clone for FluentReader
impl Clone for FluentReader
Source§fn clone(&self) -> FluentReader
fn clone(&self) -> FluentReader
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 moreSource§impl Debug for FluentReader
impl Debug for FluentReader
Source§impl Default for FluentReader
impl Default for FluentReader
Source§fn default() -> FluentReader
fn default() -> FluentReader
Returns the “default value” for a type. Read more
Source§impl SieveSectionReader for FluentReader
impl SieveSectionReader for FluentReader
Source§type Sieve = InMemoryOrientedSieve<PointId, (), i32>
type Sieve = InMemoryOrientedSieve<PointId, (), i32>
Sieve implementation returned by the reader.
Source§type Storage = VecStorage<f64>
type Storage = VecStorage<f64>
Storage backend for section data.
Source§type CellStorage = VecStorage<CellType>
type CellStorage = VecStorage<CellType>
Storage backend for cell type data.
Auto Trait Implementations§
impl Freeze for FluentReader
impl RefUnwindSafe for FluentReader
impl Send for FluentReader
impl Sync for FluentReader
impl Unpin for FluentReader
impl UnsafeUnpin for FluentReader
impl UnwindSafe for FluentReader
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