#[repr(C)]pub struct level_struct {
pub fixedpt: c_int,
pub orbitsize: c_int,
pub gens: *mut permrec,
pub replist: *mut cosetrec,
}Fields§
§fixedpt: c_int§orbitsize: c_int§gens: *mut permrec§replist: *mut cosetrecTrait Implementations§
Source§impl Clone for level_struct
impl Clone for level_struct
Source§fn clone(&self) -> level_struct
fn clone(&self) -> level_struct
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 level_struct
impl Debug for level_struct
Source§impl Hash for level_struct
impl Hash for level_struct
Source§impl Ord for level_struct
impl Ord for level_struct
Source§fn cmp(&self, other: &level_struct) -> Ordering
fn cmp(&self, other: &level_struct) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for level_struct
impl PartialEq for level_struct
Source§impl PartialOrd for level_struct
impl PartialOrd for level_struct
impl Copy for level_struct
impl Eq for level_struct
impl StructuralPartialEq for level_struct
Auto Trait Implementations§
impl Freeze for level_struct
impl RefUnwindSafe for level_struct
impl !Send for level_struct
impl !Sync for level_struct
impl Unpin for level_struct
impl UnwindSafe for level_struct
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