#[repr(C)]pub struct PioModuleHistoryEntryView {
pub id: PioStringView,
pub kind: PioStringView,
pub name: PioStringView,
pub input_type: PioStringView,
pub has_input_type: bool,
pub output_type: PioStringView,
pub has_output_type: bool,
pub parameter_count: usize,
pub assumption_count: usize,
pub loss_count: usize,
}Expand description
One operation recorded in module history.
Fields§
§id: PioStringView§kind: PioStringView§name: PioStringView§input_type: PioStringView§has_input_type: bool§output_type: PioStringView§has_output_type: bool§parameter_count: usize§assumption_count: usize§loss_count: usizeTrait Implementations§
Source§impl Clone for PioModuleHistoryEntryView
impl Clone for PioModuleHistoryEntryView
Source§fn clone(&self) -> PioModuleHistoryEntryView
fn clone(&self) -> PioModuleHistoryEntryView
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 moreimpl Copy for PioModuleHistoryEntryView
Auto Trait Implementations§
impl !Send for PioModuleHistoryEntryView
impl !Sync for PioModuleHistoryEntryView
impl Freeze for PioModuleHistoryEntryView
impl RefUnwindSafe for PioModuleHistoryEntryView
impl Unpin for PioModuleHistoryEntryView
impl UnsafeUnpin for PioModuleHistoryEntryView
impl UnwindSafe for PioModuleHistoryEntryView
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