#[repr(C)]pub struct moveGroupType {
pub lastGroup: c_int,
pub rank: [c_int; 7],
pub sequence: [c_int; 7],
pub fullseq: [c_int; 7],
pub gap: [c_int; 7],
}Fields§
§lastGroup: c_int§rank: [c_int; 7]§sequence: [c_int; 7]§fullseq: [c_int; 7]§gap: [c_int; 7]Trait Implementations§
Source§impl Clone for moveGroupType
impl Clone for moveGroupType
Source§fn clone(&self) -> moveGroupType
fn clone(&self) -> moveGroupType
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 moveGroupType
impl Debug for moveGroupType
Source§impl Default for moveGroupType
impl Default for moveGroupType
Source§fn default() -> moveGroupType
fn default() -> moveGroupType
Returns the “default value” for a type. Read more
Source§impl Hash for moveGroupType
impl Hash for moveGroupType
Source§impl PartialEq for moveGroupType
impl PartialEq for moveGroupType
impl Copy for moveGroupType
impl Eq for moveGroupType
impl StructuralPartialEq for moveGroupType
Auto Trait Implementations§
impl Freeze for moveGroupType
impl RefUnwindSafe for moveGroupType
impl Send for moveGroupType
impl Sync for moveGroupType
impl Unpin for moveGroupType
impl UnwindSafe for moveGroupType
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