pub enum AnatomicalPlane {
Axial,
Coronal,
Sagittal,
}Variants§
Implementations§
Source§impl AnatomicalPlane
impl AnatomicalPlane
pub const ALL: [Self; 3]
pub const fn name(self) -> &'static str
pub const fn edge_labels(self) -> EdgeLabels
Trait Implementations§
Source§impl Clone for AnatomicalPlane
impl Clone for AnatomicalPlane
Source§fn clone(&self) -> AnatomicalPlane
fn clone(&self) -> AnatomicalPlane
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AnatomicalPlane
Source§impl Debug for AnatomicalPlane
impl Debug for AnatomicalPlane
impl Eq for AnatomicalPlane
Source§impl Hash for AnatomicalPlane
impl Hash for AnatomicalPlane
Source§impl PartialEq for AnatomicalPlane
impl PartialEq for AnatomicalPlane
impl StructuralPartialEq for AnatomicalPlane
Auto Trait Implementations§
impl Freeze for AnatomicalPlane
impl RefUnwindSafe for AnatomicalPlane
impl Send for AnatomicalPlane
impl Sync for AnatomicalPlane
impl Unpin for AnatomicalPlane
impl UnsafeUnpin for AnatomicalPlane
impl UnwindSafe for AnatomicalPlane
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