pub struct SerpentWwin {
pub text: String,
pub card: String,
pub notes: Vec<String>,
}Expand description
Emitted Serpent weight-window file (MCNP WWINP text, read via wf ... 2).
Fields§
§text: StringWWINP-format file content (the .wwd file body).
card: StringInput card referencing the file: wwin <name> wf "<file>" 2.
notes: Vec<String>Machine-readable drift notes (format pinning, synthesized structure).
Trait Implementations§
Source§impl Clone for SerpentWwin
impl Clone for SerpentWwin
Source§fn clone(&self) -> SerpentWwin
fn clone(&self) -> SerpentWwin
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 SerpentWwin
impl Debug for SerpentWwin
Source§impl PartialEq for SerpentWwin
impl PartialEq for SerpentWwin
impl StructuralPartialEq for SerpentWwin
Auto Trait Implementations§
impl Freeze for SerpentWwin
impl RefUnwindSafe for SerpentWwin
impl Send for SerpentWwin
impl Sync for SerpentWwin
impl Unpin for SerpentWwin
impl UnsafeUnpin for SerpentWwin
impl UnwindSafe for SerpentWwin
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