#[repr(C)]pub struct costST {
pub offset: c_short,
pub sigsq: c_short,
pub dzmax: c_short,
pub laycost: c_short,
}Expand description
arc cost data structure
Fields§
§offset: c_short§sigsq: c_shortoffset of wrapped phase gradient from 0
dzmax: c_shortvariance due to decorrelation
laycost: c_shortlargest discontinuity on shelf
Trait Implementations§
Auto Trait Implementations§
impl Freeze for costST
impl RefUnwindSafe for costST
impl Send for costST
impl Sync for costST
impl Unpin for costST
impl UnwindSafe for costST
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