pub struct Template5_50 {
pub simple: SimplePacking,
pub real_part_zero: f32,
}
Expand description
Data representation template 5.50 - Spectral data - simple packing.
Fields§
§simple: SimplePacking
§real_part_zero: f32
Real part of (0.0) coefficient (IEEE 32-bit floating-point value).
Trait Implementations§
Source§impl Debug for Template5_50
impl Debug for Template5_50
Source§impl Dump for Template5_50
impl Dump for Template5_50
Source§impl PartialEq for Template5_50
impl PartialEq for Template5_50
Source§impl TryFromSlice for Template5_50
impl TryFromSlice for Template5_50
impl StructuralPartialEq for Template5_50
Auto Trait Implementations§
impl Freeze for Template5_50
impl RefUnwindSafe for Template5_50
impl Send for Template5_50
impl Sync for Template5_50
impl Unpin for Template5_50
impl UnwindSafe for Template5_50
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