#[repr(C)]pub struct smoothcostST {
pub offset: c_short,
pub sigsq: c_short,
}Expand description
arc cost data structure for smooth costs
Fields§
§offset: c_short§sigsq: c_shortoffset of wrapped phase gradient from 0
Trait Implementations§
Source§impl Clone for smoothcostST
impl Clone for smoothcostST
Source§fn clone(&self) -> smoothcostST
fn clone(&self) -> smoothcostST
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for smoothcostST
impl Debug for smoothcostST
impl Copy for smoothcostST
Auto Trait Implementations§
impl Freeze for smoothcostST
impl RefUnwindSafe for smoothcostST
impl Send for smoothcostST
impl Sync for smoothcostST
impl Unpin for smoothcostST
impl UnwindSafe for smoothcostST
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