Struct quantized_density_fields::qdf::space::Space [−][src]
pub struct Space<S> where
S: State, { /* fields omitted */ }Methods
impl<S> Space<S> where
S: State, [src]
impl<S> Space<S> where
S: State, pub fn id(&self) -> ID[src]
pub fn id(&self) -> IDpub fn parent(&self) -> Option<ID>[src]
pub fn parent(&self) -> Option<ID>pub fn state(&self) -> &S[src]
pub fn state(&self) -> &Spub fn subspace(&self) -> &[ID][src]
pub fn subspace(&self) -> &[ID]pub fn is_platonic(&self) -> bool[src]
pub fn is_platonic(&self) -> boolTrait Implementations
impl<S: Debug> Debug for Space<S> where
S: State, [src]
impl<S: Debug> Debug for Space<S> where
S: State, fn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl<S: Clone> Clone for Space<S> where
S: State, [src]
impl<S: Clone> Clone for Space<S> where
S: State, fn clone(&self) -> Space<S>[src]
fn clone(&self) -> Space<S>Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl<S> Default for Space<S> where
S: State, [src]
impl<S> Default for Space<S> where
S: State,