pub struct General {Show 18 fields
pub task: Option<CastepTask>,
pub comment: Option<Comment>,
pub continuation_reuse: Option<ContinueReuse>,
pub backup: Option<BackUpSetting>,
pub charge_unit: Option<ChargeUnit>,
pub checkpoint: Option<Checkpoint>,
pub data_distribution: Option<DataDistribution>,
pub iprint: Option<IPrint>,
pub opt_strategy: Option<OptStrategy>,
pub page_wvfns: Option<PageWvfns>,
pub print_clock: Option<PrintClock>,
pub print_memory_usage: Option<PrintMemoryUsage>,
pub rand_seed: Option<RandSeed>,
pub run_time: Option<RunTime>,
pub stop: Option<Stop>,
pub write_checkpoint: Option<WriteCheckpoint>,
pub calculate_props: Option<CalculateProperties>,
pub write_props: Option<WriteProperties>,
}Expand description
Keywords that belong to general category.
Fields§
§task: Option<CastepTask>§comment: Option<Comment>§continuation_reuse: Option<ContinueReuse>§backup: Option<BackUpSetting>§charge_unit: Option<ChargeUnit>§checkpoint: Option<Checkpoint>§data_distribution: Option<DataDistribution>§iprint: Option<IPrint>§opt_strategy: Option<OptStrategy>§page_wvfns: Option<PageWvfns>§print_clock: Option<PrintClock>§print_memory_usage: Option<PrintMemoryUsage>§rand_seed: Option<RandSeed>§run_time: Option<RunTime>§stop: Option<Stop>§write_checkpoint: Option<WriteCheckpoint>§calculate_props: Option<CalculateProperties>§write_props: Option<WriteProperties>Trait Implementations§
Source§impl<'de> Deserialize<'de> for General
impl<'de> Deserialize<'de> for General
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Ord for General
impl Ord for General
Source§impl PartialOrd for General
impl PartialOrd for General
impl Eq for General
impl StructuralPartialEq for General
Auto Trait Implementations§
impl Freeze for General
impl RefUnwindSafe for General
impl Send for General
impl Sync for General
impl Unpin for General
impl UnwindSafe for General
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