pub struct DegreeRun {
pub quality: &'static str,
pub end: u8,
}Expand description
A run of degrees sharing one quality, from the end of the previous run (or the start of
the sign) up to and including end.
Fields§
§quality: &'static str“masculine” or “feminine”; or “light”, “dark”, “smoky” or “void”.
end: u8Last ordinal degree (1-30) of the run.
Trait Implementations§
impl Copy for DegreeRun
impl StructuralPartialEq for DegreeRun
Auto Trait Implementations§
impl Freeze for DegreeRun
impl RefUnwindSafe for DegreeRun
impl Send for DegreeRun
impl Sync for DegreeRun
impl Unpin for DegreeRun
impl UnsafeUnpin for DegreeRun
impl UnwindSafe for DegreeRun
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