#[repr(C)]pub struct para_poly_type {
pub poly1: Hkey,
pub poly2: Hkey,
pub first1: HITEMCNT,
pub last1: HITEMCNT,
pub first2: HITEMCNT,
pub last2: HITEMCNT,
pub quality: f64,
}Fields§
§poly1: Hkey§poly2: Hkey§first1: HITEMCNT§last1: HITEMCNT§first2: HITEMCNT§last2: HITEMCNT§quality: f64Trait Implementations§
Source§impl Clone for para_poly_type
impl Clone for para_poly_type
Source§fn clone(&self) -> para_poly_type
fn clone(&self) -> para_poly_type
Returns a copy 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 para_poly_type
impl Debug for para_poly_type
impl Copy for para_poly_type
Auto Trait Implementations§
impl Freeze for para_poly_type
impl RefUnwindSafe for para_poly_type
impl !Send for para_poly_type
impl !Sync for para_poly_type
impl Unpin for para_poly_type
impl UnwindSafe for para_poly_type
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