#[repr(C)]pub struct mod_para_type {
pub poly1: Hkey,
pub poly2: Hkey,
pub first1: HITEMCNT,
pub last1: HITEMCNT,
pub first2: HITEMCNT,
pub last2: HITEMCNT,
pub first1_dist: HSUBATTR,
pub last1_dist: HSUBATTR,
pub first2_dist: HSUBATTR,
pub last2_dist: HSUBATTR,
pub dir1: i16,
pub dir2: i16,
}Fields§
§poly1: Hkey§poly2: Hkey§first1: HITEMCNT§last1: HITEMCNT§first2: HITEMCNT§last2: HITEMCNT§first1_dist: HSUBATTR§last1_dist: HSUBATTR§first2_dist: HSUBATTR§last2_dist: HSUBATTR§dir1: i16§dir2: i16Trait Implementations§
Source§impl Clone for mod_para_type
impl Clone for mod_para_type
Source§fn clone(&self) -> mod_para_type
fn clone(&self) -> mod_para_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 mod_para_type
impl Debug for mod_para_type
impl Copy for mod_para_type
Auto Trait Implementations§
impl Freeze for mod_para_type
impl RefUnwindSafe for mod_para_type
impl !Send for mod_para_type
impl !Sync for mod_para_type
impl Unpin for mod_para_type
impl UnwindSafe for mod_para_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