#[repr(C)]pub struct costST {
pub offset: c_short,
pub sigsq: c_short,
pub dzmax: c_short,
pub laycost: c_short,
}Fields§
§offset: c_short§sigsq: c_short§dzmax: c_short§laycost: c_shortTrait 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