pub struct Nature {
pub name: Ident,
pub abstol: f64,
pub units: StringLiteral,
pub access: Ident,
pub idt_nature: NatureId,
pub ddt_nature: NatureId,
}Fields§
§name: Ident§abstol: f64§units: StringLiteral§access: Ident§idt_nature: NatureId§ddt_nature: NatureIdTrait Implementations§
Auto Trait Implementations§
impl Freeze for Nature
impl RefUnwindSafe for Nature
impl Send for Nature
impl Sync for Nature
impl Unpin for Nature
impl UnwindSafe for Nature
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