pub struct Header {
pub magic: i32,
pub natoms: usize,
pub step: u32,
pub time: f32,
pub boxvec: Mat3,
pub natoms_repeated: usize,
}Expand description
The header of a single xtc frame.
Fields§
§magic: i32§natoms: usize§step: u32§time: f32§boxvec: Mat3§natoms_repeated: usizeImplementations§
Auto Trait Implementations§
impl Freeze for Header
impl RefUnwindSafe for Header
impl Send for Header
impl Sync for Header
impl Unpin for Header
impl UnwindSafe for Header
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