pub struct Template5_51 {
pub simple: SimplePacking,
pub p: i32,
pub js: u16,
pub ks: u16,
pub ms: u16,
pub ts: u32,
pub precision: u8,
}
Expand description
Data representation template 5.51 - Spherical harmonics data - complex packing.
Fields§
§simple: SimplePacking
§p: i32
P - Laplacian scaling factor (expressed in 10-6 units).
js: u16
JS - pentagonal resolution parameter of the unpacked subset (see Note 1).
ks: u16
KS - pentagonal resolution parameter of the unpacked subset (see Note 1).
ms: u16
MS - pentagonal resolution parameter of the unpacked subset (see Note 1).
ts: u32
TS - total number of values in the unpacked subset (see Note 1).
precision: u8
Precision of the unpacked subset (see Code table 5.7).
Trait Implementations§
Source§impl Debug for Template5_51
impl Debug for Template5_51
Source§impl Dump for Template5_51
impl Dump for Template5_51
Source§impl PartialEq for Template5_51
impl PartialEq for Template5_51
Source§impl TryFromSlice for Template5_51
impl TryFromSlice for Template5_51
impl StructuralPartialEq for Template5_51
Auto Trait Implementations§
impl Freeze for Template5_51
impl RefUnwindSafe for Template5_51
impl Send for Template5_51
impl Sync for Template5_51
impl Unpin for Template5_51
impl UnwindSafe for Template5_51
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