pub struct InspectSummary {
pub family: &'static str,
pub tensor_count: usize,
pub out_dir: PathBuf,
}Fields§
§family: &'static str§tensor_count: usize§out_dir: PathBufAuto Trait Implementations§
impl Freeze for InspectSummary
impl RefUnwindSafe for InspectSummary
impl Send for InspectSummary
impl Sync for InspectSummary
impl Unpin for InspectSummary
impl UnsafeUnpin for InspectSummary
impl UnwindSafe for InspectSummary
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