pub struct OpenMcWeightWindows {
pub xml: String,
pub notes: Vec<String>,
}Expand description
Emitted OpenMC weight-window fragment.
Fields§
§xml: String<mesh> + <weight_windows> elements to paste into settings.xml.
notes: Vec<String>Machine-readable drift notes (synthesized structure, null cells).
Trait Implementations§
Source§impl Clone for OpenMcWeightWindows
impl Clone for OpenMcWeightWindows
Source§fn clone(&self) -> OpenMcWeightWindows
fn clone(&self) -> OpenMcWeightWindows
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 OpenMcWeightWindows
impl Debug for OpenMcWeightWindows
Source§impl PartialEq for OpenMcWeightWindows
impl PartialEq for OpenMcWeightWindows
impl StructuralPartialEq for OpenMcWeightWindows
Auto Trait Implementations§
impl Freeze for OpenMcWeightWindows
impl RefUnwindSafe for OpenMcWeightWindows
impl Send for OpenMcWeightWindows
impl Sync for OpenMcWeightWindows
impl Unpin for OpenMcWeightWindows
impl UnsafeUnpin for OpenMcWeightWindows
impl UnwindSafe for OpenMcWeightWindows
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