pub struct OrientationLabels {
pub right: String,
pub left: String,
pub anterior: String,
pub posterior: String,
pub superior: String,
pub inferior: String,
}Expand description
Patient orientation labels for the orientation marker.
Fields§
§right: StringLabel for the right direction (+X).
left: StringLabel for the left direction (−X).
anterior: StringLabel for the anterior direction (+Y).
posterior: StringLabel for the posterior direction (−Y).
superior: StringLabel for the superior direction (+Z).
inferior: StringLabel for the inferior direction (−Z).
Trait Implementations§
Source§impl Clone for OrientationLabels
impl Clone for OrientationLabels
Source§fn clone(&self) -> OrientationLabels
fn clone(&self) -> OrientationLabels
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 OrientationLabels
impl Debug for OrientationLabels
Auto Trait Implementations§
impl Freeze for OrientationLabels
impl RefUnwindSafe for OrientationLabels
impl Send for OrientationLabels
impl Sync for OrientationLabels
impl Unpin for OrientationLabels
impl UnsafeUnpin for OrientationLabels
impl UnwindSafe for OrientationLabels
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