pub struct Misc {
pub n_node_thread: u64,
pub n_rank: u64,
}
Expand description
File’s mics section
Fields§
§n_node_thread: u64
§n_rank: u64
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Misc
impl RefUnwindSafe for Misc
impl Send for Misc
impl Sync for Misc
impl Unpin for Misc
impl UnwindSafe for Misc
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