pub struct CustomPitchAxis {
pub name: String,
pub axis: Pitch,
}Expand description
Named inversion axis carrying an explicit pitch.
Fields§
§name: StringDisplay name of the axis.
axis: PitchPitch the inversion mirrors about.
Implementations§
Trait Implementations§
Source§impl Clone for CustomPitchAxis
impl Clone for CustomPitchAxis
Source§fn clone(&self) -> CustomPitchAxis
fn clone(&self) -> CustomPitchAxis
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 moreSource§impl Debug for CustomPitchAxis
impl Debug for CustomPitchAxis
impl Eq for CustomPitchAxis
Source§impl PartialEq for CustomPitchAxis
impl PartialEq for CustomPitchAxis
impl StructuralPartialEq for CustomPitchAxis
Auto Trait Implementations§
impl Freeze for CustomPitchAxis
impl RefUnwindSafe for CustomPitchAxis
impl Send for CustomPitchAxis
impl Sync for CustomPitchAxis
impl Unpin for CustomPitchAxis
impl UnsafeUnpin for CustomPitchAxis
impl UnwindSafe for CustomPitchAxis
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