pub struct DssClass {
pub name: &'static str,
pub props: &'static [&'static str],
}Expand description
One OpenDSS object class: canonical name plus ordered property names.
Fields§
§name: &'static str§props: &'static [&'static str]Implementations§
Auto Trait Implementations§
impl Freeze for DssClass
impl RefUnwindSafe for DssClass
impl Send for DssClass
impl Sync for DssClass
impl Unpin for DssClass
impl UnsafeUnpin for DssClass
impl UnwindSafe for DssClass
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