#[repr(C)]pub struct CFrame {
pub atoms: *mut CAtom,
pub num_atoms: usize,
pub cell: [f64; 3],
pub angles: [f64; 3],
pub has_velocities: bool,
pub has_forces: bool,
pub has_energies: bool,
}Fields§
§atoms: *mut CAtom§num_atoms: usize§cell: [f64; 3]§angles: [f64; 3]§has_velocities: bool§has_forces: bool§has_energies: boolAuto Trait Implementations§
impl !Send for CFrame
impl !Sync for CFrame
impl Freeze for CFrame
impl RefUnwindSafe for CFrame
impl Unpin for CFrame
impl UnsafeUnpin for CFrame
impl UnwindSafe for CFrame
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