Enum swc_neuron::NeuromorphoStructure
source · pub enum NeuromorphoStructure {
Root,
Undefined,
Soma,
Axon,
BasalDendrite,
ApicalDendrite,
Custom(isize),
}Variants§
Trait Implementations§
source§impl Clone for NeuromorphoStructure
impl Clone for NeuromorphoStructure
source§fn clone(&self) -> NeuromorphoStructure
fn clone(&self) -> NeuromorphoStructure
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 NeuromorphoStructure
impl Debug for NeuromorphoStructure
source§impl From<NeuromorphoStructure> for isize
impl From<NeuromorphoStructure> for isize
source§fn from(val: NeuromorphoStructure) -> Self
fn from(val: NeuromorphoStructure) -> Self
Converts to this type from the input type.
source§impl From<isize> for NeuromorphoStructure
impl From<isize> for NeuromorphoStructure
impl Copy for NeuromorphoStructure
Auto Trait Implementations§
impl RefUnwindSafe for NeuromorphoStructure
impl Send for NeuromorphoStructure
impl Sync for NeuromorphoStructure
impl Unpin for NeuromorphoStructure
impl UnwindSafe for NeuromorphoStructure
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