pub struct TilingType(/* private fields */);Expand description
One of the 93 isohedral tiling types. Can be used to initialise or reset an IsohedralTiling
instance.
Trait Implementations§
Source§impl Clone for TilingType
impl Clone for TilingType
Source§fn clone(&self) -> TilingType
fn clone(&self) -> TilingType
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 TilingType
impl Debug for TilingType
Source§impl Default for TilingType
impl Default for TilingType
Source§fn default() -> TilingType
fn default() -> TilingType
Returns the “default value” for a type. Read more
Source§impl Display for TilingType
impl Display for TilingType
impl Copy for TilingType
Auto Trait Implementations§
impl Freeze for TilingType
impl RefUnwindSafe for TilingType
impl Send for TilingType
impl Sync for TilingType
impl Unpin for TilingType
impl UnwindSafe for TilingType
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