pub struct Dlist {
pub node: usize,
pub label: String,
pub real: f32,
pub imag: f32,
}Fields§
§node: usize§label: String§real: f32§imag: f32Trait Implementations§
Auto Trait Implementations§
impl Freeze for Dlist
impl RefUnwindSafe for Dlist
impl Send for Dlist
impl Sync for Dlist
impl Unpin for Dlist
impl UnsafeUnpin for Dlist
impl UnwindSafe for Dlist
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