pub struct LinearProcessSpecification { /* private fields */ }
Expand description
Rust representation of a lps::linear_process_specification.
Implementations§
Source§impl LinearProcessSpecification
impl LinearProcessSpecification
Sourcepub fn read(
filename: &str,
) -> Result<LinearProcessSpecification, Box<dyn Error>>
pub fn read( filename: &str, ) -> Result<LinearProcessSpecification, Box<dyn Error>>
Reads the linear process specification from the given path.
Sourcepub fn data_specification(&self) -> DataSpecification
pub fn data_specification(&self) -> DataSpecification
Returns the underlying data specification.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LinearProcessSpecification
impl RefUnwindSafe for LinearProcessSpecification
impl !Send for LinearProcessSpecification
impl !Sync for LinearProcessSpecification
impl Unpin for LinearProcessSpecification
impl UnwindSafe for LinearProcessSpecification
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