pub struct SchlafliDoubleSix { /* private fields */ }Expand description
The Schlafli double-six configuration metadata.
Implementations§
Source§impl SchlafliDoubleSix
impl SchlafliDoubleSix
Sourcepub const fn arrangement(self) -> DoubleSix
pub const fn arrangement(self) -> DoubleSix
Returns the double-six label arrangement.
Sourcepub const fn configuration(self) -> GeometricConfiguration
pub const fn configuration(self) -> GeometricConfiguration
Returns the point-line configuration counts.
Sourcepub fn incidence_structure(self) -> IncidenceStructure
pub fn incidence_structure(self) -> IncidenceStructure
Returns a sparse incidence structure carrying the standard counts.
Trait Implementations§
Source§impl Clone for SchlafliDoubleSix
impl Clone for SchlafliDoubleSix
Source§fn clone(&self) -> SchlafliDoubleSix
fn clone(&self) -> SchlafliDoubleSix
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 SchlafliDoubleSix
impl Debug for SchlafliDoubleSix
Source§impl Default for SchlafliDoubleSix
impl Default for SchlafliDoubleSix
Source§impl PartialEq for SchlafliDoubleSix
impl PartialEq for SchlafliDoubleSix
impl Copy for SchlafliDoubleSix
impl Eq for SchlafliDoubleSix
impl StructuralPartialEq for SchlafliDoubleSix
Auto Trait Implementations§
impl Freeze for SchlafliDoubleSix
impl RefUnwindSafe for SchlafliDoubleSix
impl Send for SchlafliDoubleSix
impl Sync for SchlafliDoubleSix
impl Unpin for SchlafliDoubleSix
impl UnsafeUnpin for SchlafliDoubleSix
impl UnwindSafe for SchlafliDoubleSix
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